Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Base class for the model of the classification algorithm. More...
Public Member Functions | |
| def | getNFeatures |
| def | getNumberOfFeatures |
| def | setNFeatures |
Public Member Functions inherited from Model | |
| def | __init__ |
| def | getSerializationTag |
Public Member Functions inherited from SerializationIface | |
| def | serialize |
| def | deserialize |
| def | getSerializationTag |
Public Member Functions inherited from Base | |
| def | __init__ |
| def getNFeatures | ( | self | ) |
Retrieves the number of features in the dataset was used on the training stage
Use Model.getNumberOfFeatures instead.
| def getNumberOfFeatures | ( | self | ) |
Retrieves the number of features in the dataset was used on the training stage
| def setNFeatures | ( | self, | |
| nFeatures | |||
| ) |
Sets the number of features in the dataset was used on the training stage
| nFeatures | Number of features in the dataset was used on the training stage |
For more complete information about compiler optimizations, see our Optimization Notice.