Class AbstractMkTreeUnifiedFactory.Par<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MkTreeSettings<O,N,E>>
- java.lang.Object
-
- elki.index.PagedIndexFactory.Par<O>
-
- elki.index.tree.metrical.mtreevariants.AbstractMTreeFactory.Par<O,N,E,S>
-
- elki.index.tree.metrical.mtreevariants.mktrees.AbstractMkTreeUnifiedFactory.Par<O,N,E,S>
-
- All Implemented Interfaces:
Parameterizer
- Direct Known Subclasses:
MkTabTreeFactory.Par
- Enclosing class:
- AbstractMkTreeUnifiedFactory<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MkTreeSettings<O,N,E>>
public abstract static class AbstractMkTreeUnifiedFactory.Par<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MkTreeSettings<O,N,E>> extends AbstractMTreeFactory.Par<O,N,E,S>
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description static OptionIDK_MAX_IDParameter specifying the maximal number k of reverse k nearest neighbors to be supported, must be an integer greater than 0.-
Fields inherited from class elki.index.tree.metrical.mtreevariants.AbstractMTreeFactory.Par
DISTANCE_FUNCTION_ID, INSERT_STRATEGY_ID, settings, SPLIT_STRATEGY_ID
-
Fields inherited from class elki.index.PagedIndexFactory.Par
PAGEFILE_ID, pageFileFactory
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidconfigure(Parameterization config)Configure the class.abstract AbstractMkTreeUnifiedFactory<O,N,E,S>make()Make an instance after successful configuration.-
Methods inherited from class elki.index.tree.metrical.mtreevariants.AbstractMTreeFactory.Par
makeSettings
-
-
-
-
Field Detail
-
K_MAX_ID
public static final OptionID K_MAX_ID
Parameter specifying the maximal number k of reverse k nearest neighbors to be supported, must be an integer greater than 0.
-
-
Method Detail
-
configure
public void configure(Parameterization config)
Description copied from interface:ParameterizerConfigure the class.Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.
- Specified by:
configurein interfaceParameterizer- Overrides:
configurein classAbstractMTreeFactory.Par<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MkTreeSettings<O,N,E>>- Parameters:
config- Parameterization
-
make
public abstract AbstractMkTreeUnifiedFactory<O,N,E,S> make()
Description copied from interface:ParameterizerMake an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Objectas return type.- Specified by:
makein interfaceParameterizer- Specified by:
makein classAbstractMTreeFactory.Par<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MkTreeSettings<O,N,E>>- Returns:
- a new instance
-
-