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

Static Public Attributes | List of all members
InitPartialResultBaseId Class Reference

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()

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

◆ getValue()

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

◆ offsets

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

◆ outputOfInitForComputeStep3

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.