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 classRdKNNDirectoryEntryRepresents an entry in a directory node of an RdKNN-Tree.classRdKNNLeafEntryRepresents 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 RdKNNEntryRdKNNTree. createNewDirectoryEntry(RdKNNNode node)Creates a new directory entry representing the specified node.protected RdKNNEntryRdKNNTree. 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 booleanRdKNNNode. adjustEntry(RdKNNEntry entry)private voidRdKNNTree. adjustKNNDistances(RdKNNEntry entry, ArrayDBIDs ids, double[] kdists)Adjusts the knn distance in the subtree of the specified root entry.protected voidRdKNNTree. initializeCapacities(RdKNNEntry exampleLeaf)protected voidRdKNNTree. postDelete(RdKNNEntry entry)Performs necessary operations after deleting the specified object.protected voidRdKNNTree. preInsert(RdKNNEntry entry)Performs necessary operations before inserting the specified entry.private voidRdKNNTree. 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 voidRdKNNTree. bulkLoad(java.util.List<RdKNNEntry> entries)Performs a bulk load on this RTree with the specified data.
-