Uses of Class
elki.utilities.datastructures.heap.DoubleObjectMinHeap
-
Packages that use DoubleObjectMinHeap Package Description elki.index.tree.metrical.covertree Cover-tree variations.elki.index.tree.metrical.vptree -
-
Uses of DoubleObjectMinHeap in elki.index.tree.metrical.covertree
Fields in elki.index.tree.metrical.covertree declared as DoubleObjectMinHeap Modifier and Type Field Description private DoubleObjectMinHeap<CoverTree.Node>
CoverTree.CoverTreeKNNSearcher. pq
Priority queue of candidates.private DoubleObjectMinHeap<CoverTree.Node>
CoverTree.CoverTreePrioritySearcher. pq
Priority queueprivate DoubleObjectMinHeap<SimplifiedCoverTree.Node>
SimplifiedCoverTree.CoverTreeKNNSearcher. pq
Priority queue of candidates.private DoubleObjectMinHeap<SimplifiedCoverTree.Node>
SimplifiedCoverTree.CoverTreePrioritySearcher. pq
Priority queue -
Uses of DoubleObjectMinHeap in elki.index.tree.metrical.vptree
Fields in elki.index.tree.metrical.vptree declared as DoubleObjectMinHeap Modifier and Type Field Description private DoubleObjectMinHeap<VPTree.Node>
VPTree.VPTreePrioritySearcher. heap
Min heap for searching.
-