| Interface | Description |
|---|---|
| DataSet |
This is the generic interface which every data set object should provide.
|
| Class | Description |
|---|---|
| ArrayDataSet |
Store data sets in a static primitive 2D array
|
| FileDataSet |
This object uses data sets already stored in files.
|
| GenericDataSet |
Generic data class to store data.
|
| Point<N extends java.lang.Number> |
This object represents a N-dimensional point.
|
| PointDataSet<N extends java.lang.Number> |
Store data sets in a dynamic Generics ArrayList of Points.
|