de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants
Class AbstractMTreeFactory.Parameterizer<O,D extends Distance<D>>
java.lang.Object
de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
de.lmu.ifi.dbs.elki.index.tree.TreeIndexFactory.Parameterizer<O>
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.AbstractMTreeFactory.Parameterizer<O,D>
- All Implemented Interfaces:
- Parameterizer
- Direct Known Subclasses:
- AbstractMkTreeUnifiedFactory.Parameterizer, MkAppTreeFactory.Parameterizer, MkCopTreeFactory.Parameterizer, MTreeFactory.Parameterizer
- Enclosing class:
- AbstractMTreeFactory<O,D extends Distance<D>,N extends AbstractMTreeNode<O,D,N,E>,E extends MTreeEntry<D>,I extends AbstractMTree<O,D,N,E> & Index>
public abstract static class AbstractMTreeFactory.Parameterizer<O,D extends Distance<D>>
- extends TreeIndexFactory.Parameterizer<O>
Parameterization class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
distanceFunction
protected DistanceFunction<O,D extends Distance<D>> distanceFunction
AbstractMTreeFactory.Parameterizer
public AbstractMTreeFactory.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 TreeIndexFactory.Parameterizer<O>
- Parameters:
config
- Parameterization to add options to.
makeInstance
protected abstract AbstractMTreeFactory<O,D,?,?,?> makeInstance()
- Description copied from class:
AbstractParameterizer
- Make an instance after successful configuration.
- Specified by:
makeInstance
in class TreeIndexFactory.Parameterizer<O>
- Returns:
- instance