C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides interface for the result of lasso regression model-based prediction. More...
data_management::NumericTablePtr get | ( | ResultId | id | ) | const |
Returns the result of lasso regression model-based prediction
[in] | id | Identifier of the result |
void set | ( | ResultId | id, |
const data_management::NumericTablePtr & | value | ||
) |
Sets the result of lasso regression model-based prediction
[in] | id | Identifier of the input object |
[in] | value | Input object |
For more complete information about compiler optimizations, see our Optimization Notice.