ags.utils.dataStructures.trees.secondGenKD
Class KdTree.DataPoint<T>
java.lang.Object
ags.utils.dataStructures.trees.secondGenKD.KdTree.DataPoint<T>
- Enclosing class:
- KdTree<T>
public static class KdTree.DataPoint<T>
- extends Object
A location point and it's value (used for storage of the tree model)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
public final double[] location
value
public final T value
KdTree.DataPoint
public KdTree.DataPoint(double[] location,
T value)