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 models trained with the regression algorithm More...

Public Member Functions

def initialize
 
def getNumberOfBetas
 
def getNumberOfResponses
 
def getInterceptFlag
 
def getBeta
 
- Public Member Functions inherited from Model
def getNumberOfFeatures
 
- 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

References

Member Function Documentation

def getBeta (   self)

Returns the numeric table that contains regression coefficients

Returns
Table that contains regression coefficients
def getInterceptFlag (   self)

Returns true if the regression model contains the intercept term, and false otherwise

Returns
True if the regression model contains the intercept term, and false otherwise
def getNumberOfBetas (   self)

Returns the number of regression coefficients

Returns
Number of regression coefficients
def getNumberOfResponses (   self)

Returns the number of responses in the training data set

Returns
Number of responses in the training data set
def initialize (   self)

Initializes ridge regression coefficients of the regression model


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

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