Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
Model Class Reference

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__
 

Detailed Description

Member Function Documentation

def getNFeatures (   self)

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
def getNumberOfFeatures (   self)

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
def setNFeatures (   self,
  nFeatures 
)

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
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.