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