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

Static Public Attributes | List of all members
NumericTable.NormalizationType Class Reference

Static Public Attributes

static final NormalizationType nonNormalized = new NormalizationType(_nonNormalized)
 
static final NormalizationType standardScoreNormalized = new NormalizationType(_standardScoreNormalized)
 

Detailed Description

Specifies types of normalization

Member Data Documentation

final NormalizationType nonNormalized = new NormalizationType(_nonNormalized)
static

Default: non-normalized

final NormalizationType standardScoreNormalized = new NormalizationType(_standardScoreNormalized)
static

Standard score normalization (mean=0, variance=1)


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

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