O
- Object typeN
- Node typeE
- Entry typepublic abstract class AbstractRStarTreeFactory<O extends NumberVector,N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry,S extends RTreeSettings> extends PagedIndexFactory<O>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractRStarTreeFactory.Parameterizer<O extends NumberVector,S extends RTreeSettings>
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 RTreeSettings settings
public AbstractRStarTreeFactory(PageFileFactory<?> pageFileFactory, S settings)
pageFileFactory
- Page file factorysettings
- Tree settingspublic TypeInformation getInputTypeRestriction()
IndexFactory
Copyright © 2019 ELKI Development Team. License information.