public static class VPTree.Node
extends java.lang.Object
Constructor and Description |
---|
Node(int index,
double threshold) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getIndex() |
VPTree.Node |
getLeft() |
VPTree.Node |
getRight() |
double |
getThreshold() |
int |
hashCode() |
void |
setIndex(int index) |
void |
setLeft(VPTree.Node left) |
void |
setRight(VPTree.Node right) |
void |
setThreshold(double threshold) |
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int getIndex()
public void setIndex(int index)
public double getThreshold()
public void setThreshold(double threshold)
public VPTree.Node getLeft()
public void setLeft(VPTree.Node left)
public VPTree.Node getRight()
public void setRight(VPTree.Node right)