de.lmu.ifi.dbs.elki.index.preprocessed.localpca
Class AbstractFilteredPCAIndex.Factory.Parameterizer<NV extends NumberVector<NV,?>,I extends AbstractFilteredPCAIndex<NV>>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
      extended by de.lmu.ifi.dbs.elki.index.preprocessed.localpca.AbstractFilteredPCAIndex.Factory.Parameterizer<NV,I>
All Implemented Interfaces:
Parameterizer
Direct Known Subclasses:
KNNQueryFilteredPCAIndex.Factory.Parameterizer, RangeQueryFilteredPCAIndex.Factory.Parameterizer
Enclosing class:
AbstractFilteredPCAIndex.Factory<NV extends NumberVector<NV,?>,I extends AbstractFilteredPCAIndex<NV>>

public abstract static class AbstractFilteredPCAIndex.Factory.Parameterizer<NV extends NumberVector<NV,?>,I extends AbstractFilteredPCAIndex<NV>>
extends AbstractParameterizer

Parameterization class.


Field Summary
protected  PCAFilteredRunner<NV> pca
          PCA utility object.
protected  DistanceFunction<NV,DoubleDistance> pcaDistanceFunction
          Holds the instance of the distance function specified by AbstractFilteredPCAIndex.Factory.PCA_DISTANCE_ID.
 
Constructor Summary
AbstractFilteredPCAIndex.Factory.Parameterizer()
           
 
Method Summary
protected  void makeOptions(Parameterization config)
          Add all options.
 
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
configure, make, makeInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pcaDistanceFunction

protected DistanceFunction<NV extends NumberVector<NV,?>,DoubleDistance> pcaDistanceFunction
Holds the instance of the distance function specified by AbstractFilteredPCAIndex.Factory.PCA_DISTANCE_ID.


pca

protected PCAFilteredRunner<NV extends NumberVector<NV,?>> pca
PCA utility object.

Constructor Detail

AbstractFilteredPCAIndex.Factory.Parameterizer

public AbstractFilteredPCAIndex.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 AbstractParameterizer
Parameters:
config - Parameterization to add options to.

Release 0.4.0 (2011-09-20_1324)