Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Available identifiers of partial results of the low order moments algorithm. More...
| PartialResultId | ( | int | value | ) |
Constructs the partial result object identifier using the provided value
| value | Value corresponding to the partial result object identifier |
Static Public Attributes | |
| static final PartialResultId | nObservations = new PartialResultId(NObservations) |
| static final PartialResultId | partialMinimum = new PartialResultId(PartialMinimum) |
| static final PartialResultId | partialMaximum = new PartialResultId(PartialMaximum) |
| static final PartialResultId | partialSum = new PartialResultId(PartialSum) |
| static final PartialResultId | partialSumSquares = new PartialResultId(PartialSumSquares) |
| int getValue | ( | ) |
Returns the value corresponding to the partial result object identifier
|
static |
Partial minimum
|
static |
Partial sum
|
static |
Partial maximum
|
static |
Partial sum of squares
|
static |
Partial sum of squared difference from the means
For more complete information about compiler optimizations, see our Optimization Notice.