Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Result object for linear regression model-based prediction. More...
| PredictionResult | ( | DaalContext | context | ) |
Constructs the linear regression prediction result
| context | Context to manage the algorithm |
| NumericTable get | ( | PredictionResultId | id | ) |
Returns the result of linear regression model-based prediction
| id | Identifier of the result |
| void set | ( | PredictionResultId | id, |
| NumericTable | val | ||
| ) |
Sets the result of linear regression model-based prediction
| id | Identifier of the result |
| val | Result that corresponds to the given identifier |
For more complete information about compiler optimizations, see our Optimization Notice.