Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to access the results of the implicit ALS training algorithm. More...
| TrainingResult | ( | DaalContext | context | ) |
Constructs the partial result for the implicit ALS training algorithm
| context | Context to manage the partial result for the implicit ALS training algorithm |
| Model get | ( | TrainingResultId | id | ) |
Returns the result of the implicit ALS training algorithm
| id | Identifier of the result |
| void set | ( | TrainingResultId | id, |
| Model | value | ||
| ) |
Sets the result of the implicit ALS training algorithm
| id | Identifier of the result |
| value | Result that corresponds to the given identifier |
For more complete information about compiler optimizations, see our Optimization Notice.