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

Static Public Attributes | List of all members
ResultId Class Reference

Available types of results of the low order moments algorithm. More...

Class Constructor

ResultId ( int  value)

Constructs the result object identifier using the provided value

Parameters
valueValue corresponding to the result object identifier

Static Public Attributes

static final ResultId minimum = new ResultId(Minimum)
 
static final ResultId maximum = new ResultId(Maximum)
 
static final ResultId sum = new ResultId(Sum)
 
static final ResultId sumSquares = new ResultId(SumSquares)
 
static final ResultId sumSquaresCentered
 
static final ResultId mean = new ResultId(Mean)
 
static final ResultId secondOrderRawMoment
 
static final ResultId variance = new ResultId(Variance)
 
static final ResultId standardDeviation = new ResultId(StandardDeviation)
 
static final ResultId variation = new ResultId(Variation)
 

Detailed Description

Member Function Documentation

int getValue ( )

Returns the value corresponding to the result object identifier

Returns
Value corresponding to the result object identifier

Member Data Documentation

final ResultId maximum = new ResultId(Maximum)
static

Maximum

final ResultId mean = new ResultId(Mean)
static

Mean

final ResultId minimum = new ResultId(Minimum)
static

Minimum

final ResultId secondOrderRawMoment
static
Initial value:
= new ResultId(
SecondOrderRawMoment)

Second raw order moment

final ResultId standardDeviation = new ResultId(StandardDeviation)
static

Standard deviation

final ResultId sum = new ResultId(Sum)
static

Sum

final ResultId sumSquares = new ResultId(SumSquares)
static

Sum of squares

final ResultId sumSquaresCentered
static
Initial value:
= new ResultId(
SumSquaresCentered)

Sum of squared difference from the means

final ResultId variance = new ResultId(Variance)
static

Variance

final ResultId variation = new ResultId(Variation)
static

Variation


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

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