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