Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods to access the results obtained with the compute() method of the implicit ALS ratings prediction algorithm in the batch processing mode. More...
| RatingsResult | ( | DaalContext | context | ) |
Constructs the result of the implicit ALS ratings prediction algorithm and attaches it to the context
| context | Context to manage the memory in the native part of the result object |
| NumericTable get | ( | RatingsResultId | id | ) |
Returns the result of the implicit ALS ratings prediction algorithm
| id | Identifier of the result, RatingsResultId |
| void set | ( | RatingsResultId | id, |
| NumericTable | value | ||
| ) |
Sets the result of the implicit ALS ratings prediction algorithm
| id | Identifier of the result, RatingsResultId |
| value | Prediction result |
For more complete information about compiler optimizations, see our Optimization Notice.