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 IOutputMatrix &outputMatrix) const override¶
Creates and returns a new object of type
IFeatureBinningFactoryaccording to the specified configuration.- Parameters:
featureMatrix – A reference to an object of type
IFeatureMatrixthat provides access to the feature values of the training examplesoutputMatrix – A reference to an object of type
IOutputMatrixthat provides access to the ground truth of the training examples
- Returns:
An unique pointer to an object of type
IFeatureBinningFactorythat has been created
-
virtual std::unique_ptr<IFeatureBinningFactory> createFeatureBinningFactory(const IFeatureMatrix &featureMatrix, const IOutputMatrix &outputMatrix) const override¶