Package | Description |
---|---|
com.dreizak.miniball.highdim | |
com.dreizak.miniball.model |
Class and Description |
---|
PointSet
Abstraction to access the points and their Euclidean coordinates of a set of n points.
|
Class and Description |
---|
ArrayPointSet
A
PointSet that stores n d-dimensional points in a Java array of
double s. |
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) . |