O - Object typeN - Node typeE - Entry typepublic abstract class AbstractMTreeFactory<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry,S extends MTreeSettings<O,N,E>> extends PagedIndexFactory<O>
| 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.
|
makePageFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinstantiateprotected S extends MTreeSettings<O,N,E> settings
public AbstractMTreeFactory(PageFileFactory<?> pageFileFactory, S settings)
pageFileFactory - Data storagesettings - Tree settingspublic TypeInformation getInputTypeRestriction()
IndexFactoryCopyright © 2019 ELKI Development Team. License information.