Package | Description |
---|---|
de.unihalle.informatik.MiToBo.math.statistics |
This package contains oeprators for performing statistical analysis of data sets.
|
Modifier and Type | Field and Description |
---|---|
private PCA.ReductionMode |
PCA.mode
Mode for dimension reduction, i.e., how to determine the sub-space
dimensionality.
|
Modifier and Type | Method and Description |
---|---|
static PCA.ReductionMode |
PCA.ReductionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PCA.ReductionMode[] |
PCA.ReductionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PCA.setReductionMode(PCA.ReductionMode rm)
Specify the mode for selecting the sub-space dimensionality.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.