Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Model trained with the ridge regression algorithm using the normal equations method More...
Public Member Functions | |
def | serializationTag |
def | getSerializationTag |
def | downCast |
def | getXTXTable |
def | getXTYTable |
![]() | |
def | __init__ |
def | getSerializationTag |
![]() | |
def | serialize |
def | deserialize |
def | getSerializationTag |
![]() | |
def | __init__ |
def downCast | ( | r | ) |
downCast(daal.services.SharedPtr< daal.algorithms.ridge_regression.Model > const & r) -> daal.services.SharedPtr< daal.algorithms.ridge_regression.ModelNormEq >
def getSerializationTag | ( | self | ) |
getSerializationTag(ModelNormEq self) -> int
def getXTXTable | ( | self | ) |
Returns a Numeric table that contains partial sums X'*X
def getXTYTable | ( | self | ) |
Returns a Numeric table that contains partial sums X'*Y
def serializationTag | ( | ) |
serializationTag() -> int
For more complete information about compiler optimizations, see our Optimization Notice.