Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Available methods for computing moments of low order Moments. More...
Method | ( | int | value | ) |
Constructs the method object using the provided value
value | Value corresponding to the method object |
Static Public Attributes | |
static final Method | defaultDense = new Method(DefaultDense) |
static final Method | singlePassDense = new Method(SinglePassDense) |
static final Method | sumDense = new Method(SumDense) |
static final Method | fastCSR = new Method(FastCSR) |
static final Method | singlePassCSR = new Method(SinglePassCSR) |
static final Method | sumCSR = new Method(SumCSR) |
int getValue | ( | ) |
Returns the value corresponding to the method object
Default: performance-oriented method. Works with all types of input numeric tables
Default: performance-oriented method. Works with Compressed Sparse Rows(CSR) input numeric tables
Single-pass: implementation of the single-pass algorithm proposed by D.H.D. West. Works with Compressed Sparse Rows(CSR) input numeric tables
Single-pass: implementation of the single-pass algorithm proposed by D.H.D. West. Works with all types of input numeric tables
Precomputed sum: implementation of moments computation algorithm in the case of a precomputed sum. Works with Compressed Sparse Rows(CSR) input numeric tables
Precomputed sum: implementation of moments computation algorithm in the case of a precomputed sum. Works with all types of input numeric tables
For more complete information about compiler optimizations, see our Optimization Notice.