Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods to access final results obtained with the compute() method of the sorting in the batch processing mode. More...
| Result | ( | DaalContext | context | ) |
Constructs the result of the sorting algorithm
| context | Context to manage the result of the sorting algorithm |
| NumericTable get | ( | ResultId | id | ) |
Returns the final result of the sorting
| id | Identifier of the final result, ResultId |
| void set | ( | ResultId | id, |
| NumericTable | val | ||
| ) |
Sets the final result of the sorting
| 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.