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.PrioritySearchBranchGNAT.GNATPrioritySearcher. curCurrent 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. heapMin heap for searching.Methods in elki.index.tree.metrical.vptree with parameters of type GNAT.PrioritySearchBranch Modifier and Type Method Description intGNAT.PrioritySearchBranch. compareTo(GNAT.PrioritySearchBranch o)
-