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

Static Public Attributes | List of all members

Available identifiers of partial results of the implicit ALS initialization algorithm in the first and second steps of the distributed processing mode. More...

Class Constructor

InitPartialResultBaseId ( int  value)

Constructs the initialization partial result object identifier using the provided value

Parameters
valueValue corresponding to the initialization partial result object identifier

Static Public Attributes

static final
InitPartialResultBaseId 
outputOfInitForComputeStep3 = new InitPartialResultBaseId(OutputOfInitForComputeStep3)
 
static final
InitPartialResultBaseId 
offsets = new InitPartialResultBaseId(Offsets)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the initialization partial result object identifier

Returns
Value corresponding to the initialization partial result object identifier

Member Data Documentation

final InitPartialResultBaseId offsets = new InitPartialResultBaseId(Offsets)
static

Collection of 1x1 numeric tables that hold the global indices of the starting rows of the partial models

final InitPartialResultBaseId outputOfInitForComputeStep3 = new InitPartialResultBaseId(OutputOfInitForComputeStep3)
static

Partial results of the implicit ALS initialization algorithm computed in the first step and to be transferred to the third step of the distributed ALS training algorithm


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

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