Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Available types of results of the low order moments algorithm. More...
ResultId | ( | int | value | ) |
Constructs the result object identifier using the provided value
value | Value 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) |
int getValue | ( | ) |
Returns the value corresponding to the result object identifier
|
static |
Second raw order moment
|
static |
Sum of squared difference from the means
For more complete information about compiler optimizations, see our Optimization Notice.