Interface | Description |
---|---|
PointSet |
Abstraction to access the points and their Euclidean coordinates of a set of n points.
|
PointSetUtils.Random |
A random number generator for use in
PointSetUtils.randomPointSet(int, int, Random) . |
Class | Description |
---|---|
ArrayPointSet |
A
PointSet that stores n d-dimensional points in a Java array of
double s. |
PointSetUtils |