C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for linear regression model-based training More...
Input | ( | ) |
Default constructor
services::Status check | ( | const daal::algorithms::Parameter * | par, |
int | method | ||
) | const |
Checks an input object for the linear regression algorithm
[in] | par | Algorithm parameter |
[in] | method | Computation method |
data_management::NumericTablePtr get | ( | InputId | id | ) | const |
Returns an input object for linear regression model-based training
[in] | id | Identifier of the input object |
|
virtual |
Returns the number of dependent variables
Implements InputIface.
|
virtual |
Returns the number of columns in the input data set
Implements InputIface.
void set | ( | InputId | id, |
const data_management::NumericTablePtr & | value | ||
) |
Sets an input object for linear regression model-based training
[in] | id | Identifier of the input object |
[in] | value | Pointer to the object |
For more complete information about compiler optimizations, see our Optimization Notice.