File feature_binning_no.hpp

class NoFeatureBinningConfig : public IFeatureBinningConfig
#include <feature_binning_no.hpp>

Allows to configure a method that does not actually perform any feature binning.

Public Functions

virtual std::unique_ptr<IFeatureBinningFactory> createFeatureBinningFactory(const IFeatureMatrix &featureMatrix, const ILabelMatrix &labelMatrix) const override

Creates and returns a new object of type IFeatureBinningFactory according to the specified configuration.

Parameters:
  • featureMatrix – A reference to an object of type IFeatureMatrix that provides access to the feature values of the training examples

  • labelMatrix – A reference to an object of type ILabelMatrix that provides access to the labels of the training examples

Returns:

An unique pointer to an object of type IFeatureBinningFactory that has been created