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. pqPriority queue of candidates.private DoubleObjectMinHeap<CoverTree.Node>CoverTree.CoverTreePrioritySearcher. pqPriority queueprivate DoubleObjectMinHeap<SimplifiedCoverTree.Node>SimplifiedCoverTree.CoverTreeKNNSearcher. pqPriority queue of candidates.private DoubleObjectMinHeap<SimplifiedCoverTree.Node>SimplifiedCoverTree.CoverTreePrioritySearcher. pqPriority 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. heapMin heap for searching.
-