Package elki.index.tree.metrical.vptree
Class GNAT.Node
- java.lang.Object
-
- elki.index.tree.metrical.vptree.GNAT.Node
-
-
Field Summary
Fields Modifier and Type Field Description (package private) GNAT.Node[]
children
child trees; children[i] corresponds to vps.iter.seek[i](package private) double[][]
lowerBound
upper and lower distance bound for the other subtrees; lowerBound[vp][child] is distance Bound from vp to child(package private) double[][]
upperBound
upper and lower distance bound for the other subtrees; lowerBound[vp][child] is distance Bound from vp to child(package private) ArrayDBIDs
vps
vantage points
-
Constructor Summary
Constructors Constructor Description Node(int vps)
-
-
-
Field Detail
-
vps
ArrayDBIDs vps
vantage points
-
children
GNAT.Node[] children
child trees; children[i] corresponds to vps.iter.seek[i]
-
lowerBound
double[][] lowerBound
upper and lower distance bound for the other subtrees; lowerBound[vp][child] is distance Bound from vp to child
-
upperBound
double[][] upperBound
upper and lower distance bound for the other subtrees; lowerBound[vp][child] is distance Bound from vp to child
-
-