Uses of Class
elki.index.tree.metrical.vptree.GNAT.PrioritySearchBranch
-
Packages that use GNAT.PrioritySearchBranch Package Description elki.index.tree.metrical.vptree -
-
Uses of GNAT.PrioritySearchBranch in elki.index.tree.metrical.vptree
Fields in elki.index.tree.metrical.vptree declared as GNAT.PrioritySearchBranch Modifier and Type Field Description private GNAT.PrioritySearchBranch
GNAT.GNATPrioritySearcher. cur
Current search position.Fields in elki.index.tree.metrical.vptree with type parameters of type GNAT.PrioritySearchBranch Modifier and Type Field Description private ComparableMinHeap<GNAT.PrioritySearchBranch>
GNAT.GNATPrioritySearcher. heap
Min heap for searching.Methods in elki.index.tree.metrical.vptree with parameters of type GNAT.PrioritySearchBranch Modifier and Type Method Description int
GNAT.PrioritySearchBranch. compareTo(GNAT.PrioritySearchBranch o)
-