Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Provides methods to access partial results obtained with the compute() method of the implicit ALS training algorithm in the fourth step of the distributed processing mode. More...
DistributedPartialResultStep4 | ( | DaalContext | context | ) |
Constructs a partial result of the implicit ALS training algorithm from the context
context | Context to manage the memory in the native part of the partial result object |
PartialModel get | ( | DistributedPartialResultStep4Id | id | ) |
Returns a partial result of the implicit ALS training algorithm obtained in the fourth step of the distributed processing mode
id | Identifier of the input object, DistributedPartialResultStep4Id |
void set | ( | DistributedPartialResultStep4Id | id, |
PartialModel | value | ||
) |
Sets a partial result of the implicit ALS training algorithm obtained in the fourth step of the distributed processing mode
id | Identifier of the input object |
value | Value of the input object |
For more complete information about compiler optimizations, see our Optimization Notice.