
public abstract static class AbstractFilteredPCAIndex.Factory.Parameterizer<NV extends NumberVector,I extends AbstractFilteredPCAIndex<NV>> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected PCAFilteredRunner |
pca
PCA utility object.
|
protected DistanceFunction<NV> |
pcaDistanceFunction
Holds the instance of the distance function specified by
AbstractFilteredPCAIndex.Factory.PCA_DISTANCE_ID. |
| Constructor and Description |
|---|
AbstractFilteredPCAIndex.Factory.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make, makeInstanceprotected DistanceFunction<NV extends NumberVector> pcaDistanceFunction
AbstractFilteredPCAIndex.Factory.PCA_DISTANCE_ID.protected PCAFilteredRunner pca
public AbstractFilteredPCAIndex.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.