Uses of Class
elki.index.tree.metrical.vptree.GNAT.Node
-
Packages that use GNAT.Node Package Description elki.index.tree.metrical.vptree -
-
Uses of GNAT.Node in elki.index.tree.metrical.vptree
Fields in elki.index.tree.metrical.vptree declared as GNAT.Node Modifier and Type Field Description (package private) GNAT.Node[]GNAT.Node. childrenchild trees; children[i] corresponds to vps.iter.seek[i](package private) GNAT.NodeGNAT.PrioritySearchBranch. nodeNode(package private) GNAT.NodeGNAT. rootRoot node from the treeMethods in elki.index.tree.metrical.vptree with parameters of type GNAT.Node Modifier and Type Method Description private voidGNAT. buildTree(GNAT.Node current, DBIDs content, int vps)builds the tree recursivelyprotected doubleGNAT.GNATKNNSearcher. mvpKNNSearch(KNNHeap knns, GNAT.Node node, double tau)Search the k nearest neighborsprotected voidGNAT.GNATRangeSearcher. mvpRangeSearch(ModifiableDoubleDBIDList result, GNAT.Node node, double range)Perform a range search on the MVP TreeConstructors in elki.index.tree.metrical.vptree with parameters of type GNAT.Node Constructor Description PrioritySearchBranch(double mindist, GNAT.Node node, DBID vp)Constructor.
-