de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj
Class FourCSubspaceIndex.Factory.Parameterizer<V extends NumberVector<V,?>,D extends Distance<D>>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
      extended by de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.AbstractSubspaceProjectionIndex.Factory.Parameterizer<V,D,FourCSubspaceIndex.Factory<V,D>>
          extended by 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.


Field Summary
private  PCAFilteredRunner<V> pca
          The Filtered PCA Runner
 
Fields inherited from class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.AbstractSubspaceProjectionIndex.Factory.Parameterizer
epsilon, minpts, rangeQueryDistanceFunction
 
Constructor Summary
FourCSubspaceIndex.Factory.Parameterizer()
           
 
Method Summary
protected  FourCSubspaceIndex.Factory<V,D> makeInstance()
          Make an instance after successful configuration.
protected  void makeOptions(Parameterization config)
          Add all options.
 
Methods inherited from class de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.AbstractSubspaceProjectionIndex.Factory.Parameterizer
configEpsilon, configMinPts, configRangeQueryDistanceFunction
 
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
configure, make
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pca

private PCAFilteredRunner<V extends NumberVector<V,?>> pca
The Filtered PCA Runner

Constructor Detail

FourCSubspaceIndex.Factory.Parameterizer

public FourCSubspaceIndex.Factory.Parameterizer()
Method Detail

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

Release 0.4.0 (2011-09-20_1324)