Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

List of all members

Computes the initial model for the implicit ALS algorithm in the batch processing mode. More...

Class Constructor

InitBatch ( DaalContext  context,
InitBatch  other 
)

Constructs an algorithm for computing initial values for the implicit ALS algorithm in the batch 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
InitBatch ( DaalContext  context,
Class<?extends Number >  cls,
InitMethod  method 
)

Constructs an algorithm for computing initial values for the implicit ALS algorithm in the batch 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

InitBatch clone ( DaalContext  context)

Returns the newly allocated algorithm for computing initial values for the implicit ALS algorithm in the batch 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
InitResult compute ( )

Computes the initial model for the implicit ALS algorithm in the batch processing mode

Returns
Computed initial model
void setResult ( InitResult  result)

Registers user-allocated memory for storing computed initial values for the implicit ALS algorithm

Parameters
resultStructure for storing computed initial values for the implicit ALS 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.