de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj
Class FourCSubspaceIndex.Factory.Parameterizer<V extends NumberVector<V,?>,D extends Distance<D>>
java.lang.Object
de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.AbstractSubspaceProjectionIndex.Factory.Parameterizer<V,D,FourCSubspaceIndex.Factory<V,D>>
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.FourCSubspaceIndex.Factory.Parameterizer<V,D>
- All Implemented Interfaces:
- Parameterizer
- Enclosing class:
- FourCSubspaceIndex.Factory<V extends NumberVector<V,?>,D extends Distance<D>>
public static class FourCSubspaceIndex.Factory.Parameterizer<V extends NumberVector<V,?>,D extends Distance<D>>
- extends AbstractSubspaceProjectionIndex.Factory.Parameterizer<V,D,FourCSubspaceIndex.Factory<V,D>>
Parameterization class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pca
private PCAFilteredRunner<V extends NumberVector<V,?>> pca
- The Filtered PCA Runner
FourCSubspaceIndex.Factory.Parameterizer
public FourCSubspaceIndex.Factory.Parameterizer()
makeOptions
protected void makeOptions(Parameterization config)
- Description copied from class:
AbstractParameterizer
- Add all options.
ALWAYS call super.makeOptions(config), unless you have a strong reason
to do otherwise!
- Overrides:
makeOptions
in class AbstractSubspaceProjectionIndex.Factory.Parameterizer<V extends NumberVector<V,?>,D extends Distance<D>,FourCSubspaceIndex.Factory<V extends NumberVector<V,?>,D extends Distance<D>>>
- Parameters:
config
- Parameterization to add options to.
makeInstance
protected FourCSubspaceIndex.Factory<V,D> makeInstance()
- Description copied from class:
AbstractParameterizer
- Make an instance after successful configuration.
- Specified by:
makeInstance
in class AbstractParameterizer
- Returns:
- instance