C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Model Class Referenceabstract

Base class for the model of the classification algorithm. More...

Class Declaration

Member Function Documentation

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]nFeaturesNumber of features in the dataset was used on the training stage

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.