Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Runs the implicit ALS training algorithm in the fourth step of the distributed processing mode. More...
DistributedStep4Local | ( | DaalContext | context, |
DistributedStep4Local | other | ||
) |
Constructs the implicit ALS training algorithm in the fourth step of the distributed processing mode by copying input objects and parameters of another implicit ALS training algorithm
context | Context to manage the implicit ALS training algorithm |
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
DistributedStep4Local | ( | DaalContext | context, |
Class<? extends Number > | cls, | ||
TrainingMethod | method | ||
) |
Constructs the implicit ALS training algorithm in the fourth step of the distributed processing mode
context | Context to manage the implicit ALS training algorithm |
cls | Data type to use in intermediate computations for the implicit ALS training algorithm, Double.class or Float.class |
method | Implicit ALS computation method, TrainingMethod |
DistributedStep4Local clone | ( | DaalContext | context | ) |
Returns the newly allocated ALS training algorithm in the fourth step of the distributed processing mode with a copy of input objects and parameters of this ALS training algorithm
context | Context to manage the implicit ALS training algorithm |
DistributedPartialResultStep4 compute | ( | ) |
Computes partial results of the implicit ALS training algorithm obtained in the fourth step of the distributed processing mode
void setPartialResult | ( | DistributedPartialResultStep4 | partialResult | ) |
Registers user-allocated memory to store partial results of the implicit ALS training algorithm obtained in the fourth step of the distributed processing mode
partialResult | Structure to store partial results of the implicit ALS training algorithm obtained in the fourth step of the distributed processing mode |
Input data
TrainingMethod method |
Training method for the algorithm
Parameter parameter |
Parameters of the algorithm
For more complete information about compiler optimizations, see our Optimization Notice.