de.lmu.ifi.dbs.elki.algorithm
Class AbstractPrimitiveDistanceBasedAlgorithm.Parameterizer<O,D extends Distance<D>>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
      extended by de.lmu.ifi.dbs.elki.algorithm.AbstractPrimitiveDistanceBasedAlgorithm.Parameterizer<O,D>
All Implemented Interfaces:
Parameterizer
Direct Known Subclasses:
DependencyDerivator.Parameterizer, KMeans.Parameterizer, KNNJoin.Parameterizer
Enclosing class:
AbstractPrimitiveDistanceBasedAlgorithm<O,D extends Distance<D>,R extends Result>

public abstract static class AbstractPrimitiveDistanceBasedAlgorithm.Parameterizer<O,D extends Distance<D>>
extends AbstractParameterizer

Parameterization helper class.


Field Summary
protected  PrimitiveDistanceFunction<O,D> distanceFunction
           
 
Constructor Summary
AbstractPrimitiveDistanceBasedAlgorithm.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

distanceFunction

protected PrimitiveDistanceFunction<O,D extends Distance<D>> distanceFunction
Constructor Detail

AbstractPrimitiveDistanceBasedAlgorithm.Parameterizer

public AbstractPrimitiveDistanceBasedAlgorithm.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)