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