Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides interface to access partial results obtained with the implicit ALS initialization algorithm in the first and second steps of the distributed processing mode. More...
| InitPartialResultBase | ( | DaalContext | context | ) |
Constructs the partial result for the implicit ALS initialization algorithm in the distributed processing mode
| context | Context to manage the partial result for the implicit ALS initialization algorithm in the distributed processing mode |
Gets a partial result of the implicit ALS initialization algorithm
| id | Identifier of the partial result |
| NumericTable get | ( | InitPartialResultBaseId | id, |
| long | key | ||
| ) |
Gets a numeric table object from a partial result of the implicit ALS initialization algorithm
| id | Identifier of the partial result |
| key | Key to use to retrieve a numeric table |
| void set | ( | InitPartialResultBaseId | id, |
| KeyValueDataCollection | value | ||
| ) |
Sets the partial result of the implicit ALS initialization algorithm
| id | Identifier of the partial result |
| value | The partial result object |
For more complete information about compiler optimizations, see our Optimization Notice.