O
- Object typeN
- Node typeE
- Entry typeI
- Index typepublic abstract class AbstractMTreeFactory<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,I extends AbstractMTree<O,N,E,S> & Index,S extends MTreeSettings<O,N,E>> extends PagedIndexFactory<O,I>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractMTreeFactory.Parameterizer<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MTreeSettings<O,N,E>>
Parameterization class.
|
Constructor and Description |
---|
AbstractMTreeFactory(PageFileFactory<?> pageFileFactory,
S settings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TypeInformation |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
makePageFile
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
instantiate
protected S extends MTreeSettings<O,N,E> settings
public AbstractMTreeFactory(PageFileFactory<?> pageFileFactory, S settings)
pageFileFactory
- Data storagesettings
- Tree settingspublic TypeInformation getInputTypeRestriction()
IndexFactory
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.