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.NodeCoverTree. rootTree 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. childrenChild nodes.private java.util.ArrayList<CoverTree.Node>CoverTree.CoverTreeRangeSearcher. openLIFO stack of open nodes.private DoubleObjectMinHeap<CoverTree.Node>CoverTree.CoverTreeKNNSearcher. pqPriority queue of candidates.private DoubleObjectMinHeap<CoverTree.Node>CoverTree.CoverTreePrioritySearcher. pqPriority queueMethods in elki.index.tree.metrical.covertree that return CoverTree.Node Modifier and Type Method Description protected CoverTree.NodeCoverTree. 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 voidCoverTree. checkCoverTree(CoverTree.Node cur, int[] counts, int depth)Collect some statistics on the tree.
-