Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Provides methods to access final results obtained with the compute() method of the decision_tree regression model-based prediction algorithm in the batch processing mode. More...
PredictionResult | ( | DaalContext | context, |
long | cObject | ||
) |
Default constructor
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.