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

List of all members

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

Class Constructor

Constructs the partial result of the implicit ALS initialization algorithm in the distributed processing mode

Parameters
contextContext to manage the partial result

Detailed Description

Member Function Documentation

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

Parameters
idIdentifier of the partial result
Returns
Partial result that corresponds to the given identifier

Gets a KeyValueDataCollection partial result of the implicit ALS initialization algorithm

Parameters
idIdentifier of the partial result
Returns
Partial result that corresponds to the given identifier
NumericTable get ( InitPartialResultCollectionId  id,
long  key 
)

Gets a numeric table object from a partial result of the implicit ALS initialization algorithm

Parameters
idIdentifier of the partial result
keyKey to use to retrieve a numeric table
Returns
Partial result that corresponds to the given identifier
void set ( InitPartialResultId  id,
PartialModel  value 
)

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

Parameters
idIdentifier of the partial result
valuePartial result that corresponds to the given identifier

Sets the KeyValueDataCollection partial result of the implicit ALS initialization algorithm

Parameters
idIdentifier of the partial result
valuePartial result 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.