Package elki.index.tree.metrical.vptree
Class VPTree.Node
- java.lang.Object
-
- elki.index.tree.metrical.vptree.VPTree.Node
-
-
Field Summary
Fields Modifier and Type Field Description (package private) doublehighBoundupper and lower distance bounds(package private) VPTree.NodeleftChildchild trees(package private) doublelowBoundupper and lower distance bounds(package private) VPTree.NoderightChildchild trees(package private) ModifiableDoubleDBIDListvpVantage point and singletons
-
Constructor Summary
Constructors Constructor Description Node(ModifiableDoubleDBIDList vp)Constructor.
-
-
-
Field Detail
-
vp
ModifiableDoubleDBIDList vp
Vantage point and singletons
-
leftChild
VPTree.Node leftChild
child trees
-
rightChild
VPTree.Node rightChild
child trees
-
lowBound
double lowBound
upper and lower distance bounds
-
highBound
double highBound
upper and lower distance bounds
-
-
Constructor Detail
-
Node
public Node(ModifiableDoubleDBIDList vp)
Constructor.- Parameters:
vp- Vantage point and singletons
-
-