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

List of all members

Provides methods to access partial results obtained with the compute() method of the implicit ALS training algorithm in the first step of the distributed processing mode. More...

Class Constructor

◆ DistributedPartialResultStep1()

Constructs a partial result of the implicit ALS training algorithm from the context

Parameters
contextContext to manage the memory in the native part of the partial result object

Detailed Description

Member Function Documentation

◆ get()

Returns a partial result of the implicit ALS training algorithm obtained in the first step of the distributed processing mode

Parameters
idIdentifier of the input object, DistributedPartialResultStep1Id
Returns
Partial result that corresponds to the given identifier

◆ set()

void set ( DistributedPartialResultStep1Id  id,
NumericTable  value 
)

Sets a partial result of the implicit ALS training algorithm obtained in the first step of the distributed processing mode

Parameters
idIdentifier of the input object
valueValue of the input object

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

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