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

List of all members

Algorithm class for training the implicit ALS model in the batch processing mode. More...

Class Constructor

◆ TrainingBatch() [1/2]

TrainingBatch ( DaalContext  context,
TrainingBatch  other 
)

Constructs the implicit ALS training algorithm in the batch processing mode by copying input objects and parameters of another implicit ALS training algorithm

Parameters
contextContext to manage the implicit ALS training algorithm
otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

◆ TrainingBatch() [2/2]

TrainingBatch ( DaalContext  context,
Class<? extends Number >  cls,
TrainingMethod  method 
)

Constructs the implicit ALS training algorithm in the batch processing mode

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

Detailed Description

References

Member Function Documentation

◆ clone()

TrainingBatch clone ( DaalContext  context)

Returns the newly allocated implicit ALS training algorithm in the batch processing mode with a copy of input objects of this implicit ALS training algorithm

Parameters
contextContext to manage the implicit ALS training algorithm
Returns
The newly allocated algorithm

◆ compute()

TrainingResult compute ( )

Computes the results of the implicit ALS training algorithm in the batch processing mode

Returns
Results of the implicit ALS training algorithm in the batch processing mode

◆ setResult()

void setResult ( TrainingResult  result)

Registers user-allocated memory to store the results of the implicit ALS training algorithm in the batch processing mode

Parameters
resultStructure to store the results of the implicit ALS training algorithm in the batch processing mode

Member Data Documentation

◆ input

Input data

◆ method

Training method for the algorithm

◆ parameter

Parameter parameter

Parameters of the algorithm


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

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