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

List of all members

Provides interface to access partial results obtained with the implicit ALS initialization algorithm in the first and second steps of the distributed processing mode. More...

Class Constructor

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

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

Detailed Description

Member Function Documentation

Gets a 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 ( InitPartialResultBaseId  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
Numeric table from the partial result that corresponds to the given identifier
void set ( InitPartialResultBaseId  id,
KeyValueDataCollection  value 
)

Sets the partial result of the implicit ALS initialization algorithm

Parameters
idIdentifier of the partial result
valueThe partial result object

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

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