C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the regression model-based training More...
Input | ( | size_t | nElements | ) |
Constructs input objects for the regression training algorithm
[in] | nElements | Number of input objects |
data_management::NumericTablePtr get | ( | InputId | id | ) | const |
Returns an input object for the regression model-based training
[in] | id | Identifier of the input object |
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 | Input numeric table |
For more complete information about compiler optimizations, see our Optimization Notice.