Uses of Interface
elki.index.tree.spatial.rstarvariants.rdknn.RdKNNEntry
-
Packages that use RdKNNEntry Package Description elki.index.tree.spatial.rstarvariants.rdknn -
-
Uses of RdKNNEntry in elki.index.tree.spatial.rstarvariants.rdknn
Classes in elki.index.tree.spatial.rstarvariants.rdknn that implement RdKNNEntry Modifier and Type Class Description class
RdKNNDirectoryEntry
Represents an entry in a directory node of an RdKNN-Tree.class
RdKNNLeafEntry
Represents an entry in a leaf node of an RdKNN-Tree.Methods in elki.index.tree.spatial.rstarvariants.rdknn that return RdKNNEntry Modifier and Type Method Description protected RdKNNEntry
RdKNNTree. createNewDirectoryEntry(RdKNNNode node)
Creates a new directory entry representing the specified node.protected RdKNNEntry
RdKNNTree. createRootEntry()
Creates an entry representing the root node.Methods in elki.index.tree.spatial.rstarvariants.rdknn that return types with arguments of type RdKNNEntry Modifier and Type Method Description protected java.util.List<DoubleObjPair<RdKNNEntry>>
RdKNNTree. getSortedEntries(AbstractRStarTreeNode<?,?> node, SpatialComparable q, SpatialPrimitiveDistance<?> distance)
Sorts the entries of the specified node according to their minimum distance to the specified object.Methods in elki.index.tree.spatial.rstarvariants.rdknn with parameters of type RdKNNEntry Modifier and Type Method Description boolean
RdKNNNode. adjustEntry(RdKNNEntry entry)
private void
RdKNNTree. adjustKNNDistances(RdKNNEntry entry, ArrayDBIDs ids, double[] kdists)
Adjusts the knn distance in the subtree of the specified root entry.protected void
RdKNNTree. initializeCapacities(RdKNNEntry exampleLeaf)
protected void
RdKNNTree. postDelete(RdKNNEntry entry)
Performs necessary operations after deleting the specified object.protected void
RdKNNTree. preInsert(RdKNNEntry entry)
Performs necessary operations before inserting the specified entry.private void
RdKNNTree. preInsert(RdKNNEntry q, RdKNNEntry nodeEntry, KNNHeap knns_q)
Adapts the knn distances before insertion of entry q.Method parameters in elki.index.tree.spatial.rstarvariants.rdknn with type arguments of type RdKNNEntry Modifier and Type Method Description protected void
RdKNNTree. bulkLoad(java.util.List<RdKNNEntry> entries)
Performs a bulk load on this RTree with the specified data.
-