Uses of Class
elki.utilities.datastructures.heap.DoubleIntegerMinHeap
-
Packages that use DoubleIntegerMinHeap Package Description elki.index.tree.spatial.rstarvariants.query Queries on the R-Tree family of indexes: kNN and range queries. -
-
Uses of DoubleIntegerMinHeap in elki.index.tree.spatial.rstarvariants.query
Fields in elki.index.tree.spatial.rstarvariants.query declared as DoubleIntegerMinHeap Modifier and Type Field Description (package private) DoubleIntegerMinHeapEuclideanRStarTreeDistancePrioritySearcher. pqPriority queue(package private) DoubleIntegerMinHeapRStarTreeDistancePrioritySearcher. pqPriority queueMethods in elki.index.tree.spatial.rstarvariants.query with parameters of type DoubleIntegerMinHeap Modifier and Type Method Description private doubleEuclideanRStarTreeKNNQuery. expandNode(O object, KNNHeap knnList, DoubleIntegerMinHeap pq, double maxDist, int nodeID)private doubleRStarTreeKNNSearcher. expandNode(O object, KNNHeap knnList, DoubleIntegerMinHeap pq, double maxDist, int nodeID)
-