Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Provides methods to access final results obtained with the compute() method of the classifier model-based prediction algorithm in the batch processing mode. More...
PredictionResult | ( | DaalContext | context | ) |
Constructs the result of the classifier model-based prediction algorithm
context | Context to manage the result of the classifier model-based prediction algorithm |
NumericTable get | ( | PredictionResultId | id | ) |
Returns the final result of the classification 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.