
public static class GlobalPrincipalComponentAnalysisTransform.Parameterizer<O extends NumberVector<?>> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
(package private) EigenPairFilter |
filter
Filter to use for dimensionality reduction.
|
static OptionID |
FILTER_ID
To specify the eigenvectors to keep.
|
| Constructor and Description |
|---|
GlobalPrincipalComponentAnalysisTransform.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID FILTER_ID
EigenPairFilter filter
public GlobalPrincipalComponentAnalysisTransform.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected Object makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer