Uses of Class
elki.index.tree.metrical.covertree.CoverTree.Node
-
Packages that use CoverTree.Node Package Description elki.index.tree.metrical.covertree Cover-tree variations. -
-
Uses of CoverTree.Node in elki.index.tree.metrical.covertree
Fields in elki.index.tree.metrical.covertree declared as CoverTree.Node Modifier and Type Field Description private CoverTree.Node
CoverTree. root
Tree root.Fields in elki.index.tree.metrical.covertree with type parameters of type CoverTree.Node Modifier and Type Field Description (package private) java.util.List<CoverTree.Node>
CoverTree.Node. children
Child nodes.private java.util.ArrayList<CoverTree.Node>
CoverTree.CoverTreeRangeSearcher. open
LIFO stack of open nodes.private DoubleObjectMinHeap<CoverTree.Node>
CoverTree.CoverTreeKNNSearcher. pq
Priority queue of candidates.private DoubleObjectMinHeap<CoverTree.Node>
CoverTree.CoverTreePrioritySearcher. pq
Priority queueMethods in elki.index.tree.metrical.covertree that return CoverTree.Node Modifier and Type Method Description protected CoverTree.Node
CoverTree. bulkConstruct(DBIDRef cur, int maxScale, double parentDist, ModifiableDoubleDBIDList elems)
Bulk-load the cover tree.Methods in elki.index.tree.metrical.covertree with parameters of type CoverTree.Node Modifier and Type Method Description private void
CoverTree. checkCoverTree(CoverTree.Node cur, int[] counts, int depth)
Collect some statistics on the tree.
-