Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Runs the implicit ALS training algorithm in the first step of the distributed processing mode. More...
DistributedStep1Local | ( | DaalContext | context, |
DistributedStep1Local | other | ||
) |
Constructs the implicit ALS training algorithm in the first 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 |
DistributedStep1Local | ( | DaalContext | context, |
Class<?extends Number > | cls, | ||
TrainingMethod | method | ||
) |
Constructs the implicit ALS training algorithm in the first 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 |
DistributedStep1Local clone | ( | DaalContext | context | ) |
Returns the newly allocated ALS training algorithm in the first 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 |
DistributedPartialResultStep1 compute | ( | ) |
Computes partial results of the implicit ALS training algorithm obtained in the first step of the distributed processing mode
void setPartialResult | ( | DistributedPartialResultStep1 | partialResult | ) |
Registers user-allocated memory to store partial results of the implicit ALS training algorithm obtained in the first step of the distributed processing mode
partialResult | Structure to store partial results of the implicit ALS training algorithm obtained in the first 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.