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

List of all members

Provides methods to access the results of computing the initial model for the implicit ALS training algorithm. More...

Class Constructor

InitResult ( DaalContext  context)

Constructs the result for the implicit ALS initialization algorithm in the distributed processing mode

Parameters
contextContext to manage the result for the implicit ALS initialization algorithm in the distributed processing mode

Detailed Description

Member Function Documentation

Model get ( InitResultId  id)

Returns the result of computing the initial model for the implicit ALS training algorithm

Parameters
idIdentifier of the result
Returns
Result that corresponds to the given identifier
void set ( InitResultId  id,
Model  value 
)

Sets the result of computing the initial model for the implicit ALS training algorithm

Parameters
idIdentifier of the result
valueResult that corresponds to the given identifier

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

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