Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to access final results obtained with the compute() method of the quantiles algorithm in the batch processing mode. More...
Result | ( | DaalContext | context | ) |
Constructs the result of the quantiles algorithm
context | Context to manage the result of the quantiles algorithm |
NumericTable get | ( | ResultId | id | ) |
Returns the final result of the quantiles algorithm
id | Identifier of the final result, ResultId |
void set | ( | ResultId | id, |
NumericTable | val | ||
) |
Sets the final result of the quantiles algorithm
id | Identifier of the final result, ResultId |
val | Object that will be used for storing the final result |
For more complete information about compiler optimizations, see our Optimization Notice.