Class AbstractMTreeFactory<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MTreeSettings<O,N,E>>
- java.lang.Object
-
- elki.index.PagedIndexFactory<O>
-
- elki.index.tree.metrical.mtreevariants.AbstractMTreeFactory<O,N,E,S>
-
- Type Parameters:
O
- Object typeN
- Node typeE
- Entry type
- All Implemented Interfaces:
IndexFactory<O>
- Direct Known Subclasses:
AbstractMkTreeUnifiedFactory
,MkAppTreeFactory
,MkCopTreeFactory
,MTreeFactory
public abstract class AbstractMTreeFactory<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MTreeSettings<O,N,E>> extends PagedIndexFactory<O>
Abstract factory for various MTrees- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractMTreeFactory.Par<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MTreeSettings<O,N,E>>
Parameterization class.
-
Constructor Summary
Constructors Constructor Description AbstractMTreeFactory(PageFileFactory<?> pageFileFactory, S settings)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeInformation
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.-
Methods inherited from class elki.index.PagedIndexFactory
makePageFile
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface elki.index.IndexFactory
instantiate
-
-
-
-
Field Detail
-
settings
protected S extends MTreeSettings<O,N,E> settings
Tree settings.
-
-
Constructor Detail
-
AbstractMTreeFactory
public AbstractMTreeFactory(PageFileFactory<?> pageFileFactory, S settings)
Constructor.- Parameters:
pageFileFactory
- Data storagesettings
- Tree settings
-
-
Method Detail
-
getInputTypeRestriction
public TypeInformation getInputTypeRestriction()
Description copied from interface:IndexFactory
Get the input type restriction used for negotiating the data query.- Returns:
- Type restriction
-
-