de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree
Class MTreeFactory.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>
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree.MTreeFactory.Parameterizer<O,D>
- All Implemented Interfaces:
- Parameterizer
- Enclosing class:
- MTreeFactory<O,D extends Distance<D>>
public static class MTreeFactory.Parameterizer<O,D extends Distance<D>>
- extends AbstractMTreeFactory.Parameterizer<O,D>
Parameterization class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MTreeFactory.Parameterizer
public MTreeFactory.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 AbstractMTreeFactory.Parameterizer<O,D extends Distance<D>>
- Parameters:
config
- Parameterization to add options to.
makeInstance
protected MTreeFactory<O,D> makeInstance()
- Description copied from class:
AbstractParameterizer
- Make an instance after successful configuration.
- Specified by:
makeInstance
in class AbstractMTreeFactory.Parameterizer<O,D extends Distance<D>>
- Returns:
- instance