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

List of all members
InitPartialResult Class Reference

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

Class Constructor

◆ InitPartialResult()

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

◆ get() [1/3]

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

◆ get() [2/3]

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

◆ get() [3/3]

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

◆ set() [1/2]

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

◆ set() [2/2]

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.