Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to access final results obtained with the compute() method of the decision forest regression model-based prediction algorithm in the batch processing mode. More...
| PredictionResult | ( | DaalContext | context | ) |
Constructs the result of the decision forest regression model-based prediction algorithm
| context | Context to manage the result of the decision forest regression model-based prediction algorithm |
| NumericTable get | ( | PredictionResultId | id | ) |
Returns the final result of the regression algorithm
| id | Identifier of the result, PredictionResultId |
| void set | ( | PredictionResultId | id, |
| NumericTable | value | ||
| ) |
Sets the final result of the algorithm
| id | Identifier of the final result |
| value | Object for storing the final result |
For more complete information about compiler optimizations, see our Optimization Notice.