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

Public Member Functions | List of all members
ModelQR Class Reference

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

Returns
Numeric table that contains partial sums Q'*Y
def getRTable (   self)

Returns a Numeric table that contains the R factor of QR decomposition

Returns
Numeric table that contains the R factor of QR decomposition
def getSerializationTag (   self)

getSerializationTag(ModelQR self) -> int

def serializationTag ( )

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

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