Base class for the model of the classification algorithm.
More...
virtual size_t getNFeatures |
( |
| ) |
const |
|
inlinevirtual |
Retrieves the number of features in the dataset was used on the training stage
- Deprecated:
- This item will be removed in a future release. Use Model::getNumberOfFeatures instead.
- Returns
- Number of features in the dataset was used on the training stage
virtual size_t getNumberOfFeatures |
( |
| ) |
const |
|
pure virtual |
Retrieves the number of features in the dataset was used on the training stage
- Returns
- Number of features in the dataset was used on the training stage
virtual void setNFeatures |
( |
size_t |
nFeatures | ) |
|
|
inlinevirtual |
Sets the number of features in the dataset was used on the training stage
- Deprecated:
- This item will be removed in a future release.
- Parameters
-
[in] | nFeatures | Number of features in the dataset was used on the training stage |
The documentation for this class was generated from the following file: