Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members

Computes initial values for the implicit ALS algorithm in the distributed processing mode. More...

Class Constructor

InitDistributed ( DaalContext  context,
InitDistributed  other 
)

Constructs an algorithm for computing initial values for the implicit ALS algorithm in the distributed processing mode by copying input objects and parameters of another algorithm for computing initial values for the implicit ALS algorithm

Parameters
contextContext to manage the implicit ALS algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm
InitDistributed ( DaalContext  context,
Class<?extends Number >  cls,
InitMethod  method 
)

Constructs an algorithm for computing initial values for the implicit ALS algorithm in the distributed processing mode

Parameters
contextContext to manage the implicit ALS algorithm
clsData type to use in intermediate computations for the implicit ALS algorithm, Double.class or Float.class
methodImplicit ALS initialization method, TrainingMethod

Detailed Description

Member Function Documentation

InitDistributed clone ( DaalContext  context)

Returns the newly allocated algorithm for computing initial values for the implicit ALS algorithm in the distributed processing mode with a copy of input objects of this algorithm for computing initial values for the implicit ALS algorithm

Parameters
contextContext to manage the implicit ALS algorithm
Returns
The newly allocated algorithm
InitPartialResult compute ( )

Computes initial values for the implicit ALS algorithm

Returns
Computed initial values
void setPartialResult ( InitPartialResult  partialResult)

Registers user-allocated memory to store partial results of the implicit ALS initialization algorithm

Parameters
partialResultStructure to store partial results of the implicit ALS initialization algorithm

Member Data Documentation

InitInput input

Input data

InitMethod method

Initialization method for the algorithm

InitParameter parameter

Parameters for the initialization algorithm


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.