de.lmu.ifi.dbs.elki.algorithm
Class AbstractPrimitiveDistanceBasedAlgorithm.Parameterizer<O,D extends Distance<D>>
java.lang.Object
de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
distanceFunction
protected PrimitiveDistanceFunction<O,D extends Distance<D>> distanceFunction
AbstractPrimitiveDistanceBasedAlgorithm.Parameterizer
public AbstractPrimitiveDistanceBasedAlgorithm.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 AbstractParameterizer
- Parameters:
config
- Parameterization to add options to.