Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Base class for the model of the classification algorithm. More...
Public Member Functions | |
def | getNFeatures |
def | getNumberOfFeatures |
def | setNFeatures |
![]() | |
def | __init__ |
def | getSerializationTag |
![]() | |
def | serialize |
def | deserialize |
def | getSerializationTag |
![]() | |
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.