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

List of all members
InitDistributedStep2Local Class Reference

Initializes the implicit ALS model in the second step of the distributed processing mode. More...

Class Constructor

◆ InitDistributedStep2Local() [1/2]

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

◆ InitDistributedStep2Local() [2/2]

InitDistributedStep2Local ( 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

◆ clone()

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

◆ compute()

Computes initial values for the implicit ALS algorithm

Returns
Computed initial values

◆ setPartialResult()

void setPartialResult ( InitDistributedPartialResultStep2  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

◆ input

Input data

◆ method

InitMethod method

Initialization method for the algorithm


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

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