Abstract class that defines interface of modifier configuration.
More...
virtual size_t getNumberOfInputFeatures |
( |
| ) |
const |
|
pure virtual |
Gets the number of input features
- Returns
- The number of input features
virtual services::Status setCategoricalDictionary |
( |
size_t |
outputFeatureIndex, |
|
|
const CategoricalFeatureDictionaryPtr & |
dictionary |
|
) |
| |
|
pure virtual |
Sets the dictionary for the categorical feature
- Parameters
-
[in] | outputFeatureIndex | The index of output feature |
[in] | dictionary | The categorical feature dictionary |
- Returns
- Status object
virtual services::Status setNumberOfCategories |
( |
size_t |
outputFeatureIndex, |
|
|
size_t |
numberOfCategories |
|
) |
| |
|
pure virtual |
Sets the number of categories for categorical feature
- Parameters
-
[in] | outputFeatureIndex | The index of output feature |
[in] | numberOfCategories | The number of categories |
- Returns
- Status object
virtual services::Status setNumberOfOutputFeatures |
( |
size_t |
numberOfOutputFeatures | ) |
|
|
pure virtual |
Sets the number of output features
- Parameters
-
[in] | numberOfOutputFeatures | The number of output features |
- Returns
- Status object
virtual services::Status setOutputFeatureType |
( |
size_t |
outputFeatureIndex, |
|
|
features::FeatureType |
featureType |
|
) |
| |
|
pure virtual |
Sets type of the output feature
- Parameters
-
[in] | outputFeatureIndex | The output feature index |
[in] | featureType | The type of the feature |
- Returns
- Status object
The documentation for this class was generated from the following file: