Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Model trained with the linear regression algorithm using the QR decomposition-based method More...
Public Member Functions | |
def | serializationTag |
def | getSerializationTag |
def | downCast |
def | getRTable |
def | getQTYTable |
![]() | |
def | __init__ |
def | getSerializationTag |
![]() | |
def | serialize |
def | deserialize |
def | getSerializationTag |
![]() | |
def | __init__ |
def downCast | ( | r | ) |
downCast(daal.services.SharedPtr< daal.algorithms.linear_regression.Model > const & r) -> daal.services.SharedPtr< daal.algorithms.linear_regression.ModelQR >
def getQTYTable | ( | self | ) |
Returns a Numeric table that contains Q'*Y, where Q is the factor of QR decomposition for a data block, Y is the respective block of the matrix of responses
def getRTable | ( | self | ) |
Returns a Numeric table that contains the R factor of QR decomposition
def getSerializationTag | ( | self | ) |
getSerializationTag(ModelQR self) -> int
def serializationTag | ( | ) |
serializationTag() -> int
For more complete information about compiler optimizations, see our Optimization Notice.