C++ API Reference for Intel® Data Analytics Acceleration Library 2019
Provides interface for the result of the regression model-based prediction. More...
| services::Status check | ( | const daal::algorithms::Input * | input, |
| const daal::algorithms::Parameter * | par, | ||
| int | method | ||
| ) | const |
Checks the result of the regression model-based prediction
| [in] | input | Input object |
| [in] | par | Parameter of the algorithm |
| [in] | method | Computation method |
| data_management::NumericTablePtr get | ( | ResultId | id | ) | const |
Returns the result of the regression model-based prediction
| [in] | id | Identifier of the result |
| void set | ( | ResultId | id, |
| const data_management::NumericTablePtr & | value | ||
| ) |
Sets the result of the 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.