Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Abstract class that specifies the interface of input objects for ridge regression model-based training. More...
Public Member Functions | |
def | getNumberOfFeatures |
def | getNumberOfDependentVariables |
def getNumberOfDependentVariables | ( | self | ) |
Returns the number of dependent variables
def getNumberOfFeatures | ( | self | ) |
Returns the number of columns in the input data set
For more complete information about compiler optimizations, see our Optimization Notice.