Uses of Class
elki.index.tree.spatial.rstarvariants.rstar.RStarTreeNode
-
Packages that use RStarTreeNode Package Description elki.index.tree.spatial.rstarvariants.rstar -
-
Uses of RStarTreeNode in elki.index.tree.spatial.rstarvariants.rstar
Methods in elki.index.tree.spatial.rstarvariants.rstar that return RStarTreeNode Modifier and Type Method Description protected RStarTreeNode
RStarTree. createNewDirectoryNode()
Creates a new directory node with the specified capacity.protected RStarTreeNode
RStarTree. createNewLeafNode()
Creates a new leaf node with the specified capacity.Methods in elki.index.tree.spatial.rstarvariants.rstar that return types with arguments of type RStarTreeNode Modifier and Type Method Description protected java.lang.Class<RStarTreeNode>
RStarTreeFactory. getNodeClass()
Methods in elki.index.tree.spatial.rstarvariants.rstar with parameters of type RStarTreeNode Modifier and Type Method Description protected SpatialEntry
RStarTree. createNewDirectoryEntry(RStarTreeNode node)
Constructor parameters in elki.index.tree.spatial.rstarvariants.rstar with type arguments of type RStarTreeNode Constructor Description RStarTree(PageFile<RStarTreeNode> pagefile, RTreeSettings settings)
Constructor.RStarTreeIndex(Relation<O> relation, PageFile<RStarTreeNode> pagefile, RTreeSettings settings)
Constructor.
-