Uses of Class
elki.index.tree.spatial.rstarvariants.rdknn.RdKNNNode
-
Packages that use RdKNNNode Package Description elki.index.tree.spatial.rstarvariants.rdknn -
-
Uses of RdKNNNode in elki.index.tree.spatial.rstarvariants.rdknn
Methods in elki.index.tree.spatial.rstarvariants.rdknn that return RdKNNNode Modifier and Type Method Description protected RdKNNNode
RdKNNTree. createNewDirectoryNode()
Creates a new directory node with the specified capacity.protected RdKNNNode
RdKNNTree. createNewLeafNode()
Creates a new leaf node with the specified capacity.Methods in elki.index.tree.spatial.rstarvariants.rdknn that return types with arguments of type RdKNNNode Modifier and Type Method Description protected java.lang.Class<RdKNNNode>
RdKNNTreeFactory. getNodeClass()
Methods in elki.index.tree.spatial.rstarvariants.rdknn with parameters of type RdKNNNode Modifier and Type Method Description protected RdKNNEntry
RdKNNTree. createNewDirectoryEntry(RdKNNNode node)
Creates a new directory entry representing the specified node.private void
RdKNNTree. doReverseKNN(RdKNNNode node, DBID oid, ModifiableDoubleDBIDList result)
Performs a reverse knn query in the specified subtree.protected void
RdKNNNode. integrityCheckParameters(RdKNNNode parent, int index)
Tests, if the parameters of the entry representing this node, are correctly set.Constructor parameters in elki.index.tree.spatial.rstarvariants.rdknn with type arguments of type RdKNNNode Constructor Description RdKNNTree(Relation<O> relation, PageFile<RdKNNNode> pagefile, RdkNNSettings settings)
Constructor.
-