Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Available identifiers of input objects for the PCA transformation algorithm. More...
TransformComponentId | ( | int | value | ) |
Constructs the input object identifier using the provided value
value | Value corresponding to the input object identifier |
Static Public Attributes | |
static final TransformComponentId | mean = new TransformComponentId(TransformComponentMeansId) |
static final TransformComponentId | variance = new TransformComponentId(TransformComponentVariancesId) |
static final TransformComponentId | eigenvalue = new TransformComponentId(TransformComponentEigenvaluesId) |
int getValue | ( | ) |
Returns the value corresponding to the input object identifier
|
static |
eigenvalues id
|
static |
means id
|
static |
variances id
For more complete information about compiler optimizations, see our Optimization Notice.