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

Static Public Attributes | List of all members

Available identifiers of input objects for the iterative algorithm. More...

Class Constructor

OptionalDataId ( int  value)

Constructs the optional data object identifier using the provided value

Parameters
valueValue corresponding to the optional data object identifier

Static Public Attributes

static final OptionalDataId correctionPairs = new OptionalDataId(correctionPairsId)
 
static final OptionalDataId correctionIndices = new OptionalDataId(correctionIndicesId)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the optional data object identifier

Returns
Value corresponding to the optional data object identifier

Member Data Documentation

final OptionalDataId correctionIndices = new OptionalDataId(correctionIndicesId)
static

Numeric table of size 2 x n, where row 0 represent average arguments for the previous L iterations and row 1 represent average arguments for the last L iterations. These values are required to compute S correction vectors on the next step

final OptionalDataId correctionPairs = new OptionalDataId(correctionPairsId)
static

Numeric table of size 1 x 2 with 32-bit integer indexes. The first value is the index of correction pair t, the second value is the index of the last iteration k from the previous run


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

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