Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods to access the results of computing the initial model for the implicit ALS training algorithm. More...
| InitResult | ( | DaalContext | context | ) |
Constructs the result for the implicit ALS initialization algorithm in the distributed processing mode
| context | Context to manage the result for the implicit ALS initialization algorithm in the distributed processing mode |
| Model get | ( | InitResultId | id | ) |
Returns the result of computing the initial model for the implicit ALS training algorithm
| id | Identifier of the result |
| void set | ( | InitResultId | id, |
| Model | value | ||
| ) |
Sets the result of computing the initial model for 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.