Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the regression model-based training More...
Public Member Functions | |
def | __init__ |
def | get |
def | set |
![]() | |
def | __init__ |
def | get |
def | set |
def | check |
![]() | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
def | __lshift__ |
def | size |
def __init__ | ( | self, | |
args | |||
) |
__init__(daal.algorithms.linear_model.training.Input self, size_t nElements) -> Input
def get | ( | self, | |
id | |||
) |
Returns an input object for the regression model-based training
id | Identifier of the input object |
def set | ( | self, | |
id, | |||
value | |||
) |
Sets an input object for linear regression model-based training
id | Identifier of the input object |
value | Input numeric table |
For more complete information about compiler optimizations, see our Optimization Notice.