O
- Object typeN
- Node typeE
- Entry typeI
- Index typepublic abstract class AbstractRStarTreeFactory<O extends NumberVector,N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry,I extends AbstractRStarTree<N,E,S> & Index,S extends AbstractRTreeSettings> extends PagedIndexFactory<O,I>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractRStarTreeFactory.Parameterizer<O extends NumberVector,S extends AbstractRTreeSettings>
Parameterization class.
|
Constructor and Description |
---|
AbstractRStarTreeFactory(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 AbstractRTreeSettings settings
public AbstractRStarTreeFactory(PageFileFactory<?> pageFileFactory, S settings)
pageFileFactory
- Page file factorysettings
- Tree settingspublic TypeInformation getInputTypeRestriction()
IndexFactory
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.