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) DoubleIntegerMinHeap
EuclideanRStarTreeDistancePrioritySearcher. pq
Priority queue(package private) DoubleIntegerMinHeap
RStarTreeDistancePrioritySearcher. pq
Priority queueMethods in elki.index.tree.spatial.rstarvariants.query with parameters of type DoubleIntegerMinHeap Modifier and Type Method Description private double
EuclideanRStarTreeKNNQuery. expandNode(O object, KNNHeap knnList, DoubleIntegerMinHeap pq, double maxDist, int nodeID)
private double
RStarTreeKNNSearcher. expandNode(O object, KNNHeap knnList, DoubleIntegerMinHeap pq, double maxDist, int nodeID)
-