Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Input objects for the regression model-based training More...
Public Member Functions | |
| def | __init__ |
| def | get |
| def | set |
Public Member Functions inherited from Input | |
| def | __init__ |
| def | get |
| def | set |
| def | check |
Public Member Functions inherited from Input | |
| def | __init__ |
| def | check |
Public Member Functions inherited from Argument | |
| 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.