Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Available methods for Z-score normalization. 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 | sumDense = new Method(SumDense) |
int getValue | ( | ) |
Returns the value corresponding to the method object
Default: performance-oriented method. Works with all types of input numeric tables
Precomputed sum: implementation of 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.