Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods to access partial results obtained with the compute() method of the implicit ALS algorithm in the rating prediction stage. More...
| RatingsPartialResult | ( | DaalContext | context | ) |
Constructs a partial 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 partial result object |
| RatingsResult get | ( | RatingsPartialResultId | id | ) |
Returns a partial result of the implicit ALS ratings prediction algorithm
| id | Identifier of the partial result |
| void set | ( | RatingsPartialResultId | id, |
| RatingsResult | value | ||
| ) |
Sets a partial result of the implicit ALS ratings prediction algorithm
| id | Identifier of the partial result |
| value | New partial result object |
For more complete information about compiler optimizations, see our Optimization Notice.