O
- Object type@Alias(value={"rstar","r*"}) public class RStarTreeFactory<O extends NumberVector> extends AbstractRStarTreeFactory<O,RStarTreeNode,SpatialEntry,RTreeSettings>
Modifier and Type | Class and Description |
---|---|
static class |
RStarTreeFactory.Parameterizer<O extends NumberVector>
Parameterization class.
|
settings
Constructor and Description |
---|
RStarTreeFactory(PageFileFactory<?> pageFileFactory,
RTreeSettings settings)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class<RStarTreeNode> |
getNodeClass() |
RStarTreeIndex<O> |
instantiate(Relation<O> relation)
Sets the database in the distance function of this index (if existing).
|
getInputTypeRestriction
makePageFile
public RStarTreeFactory(PageFileFactory<?> pageFileFactory, RTreeSettings settings)
pageFileFactory
- Data storagesettings
- Tree settingspublic RStarTreeIndex<O> instantiate(Relation<O> relation)
IndexFactory
relation
- the relation to indexprotected java.lang.Class<RStarTreeNode> getNodeClass()
Copyright © 2019 ELKI Development Team. License information.