| Interface | Description |
|---|---|
| DataSource<DATATYPE> |
A source which returns data of type DATATYPE.
|
| Class | Description |
|---|---|
| AbstractDataSource<DATATYPE> |
Abstract base class for
DataSource implementations. |
| AbstractMultiListDataSource<DATATYPE,ELEMENTTYPE> |
An abstract
DataSource backed by multiple lists of data. |
| ArrayBackedDataSource<T> |
A
DataSource backed by an array. |
| ByteArrayBackedDataSource |
A
DataSource backed by a 2D array of bytes. |
| DataUtils |
Utility functions for dealing with data
|
| DoubleArrayBackedDataSource |
A
DataSource backed by a 2D array of doubles. |
| FloatArrayBackedDataSource |
A
DataSource backed by a 2D array of floats. |
| IndexedViewDataSource<DATATYPE> |
This
DataSource provides an indexed view of a subset of another
DataSource. |
| IntArrayBackedDataSource |
A
DataSource backed by a 2D array of ints. |
| LongArrayBackedDataSource |
A
DataSource backed by a 2D array of longs. |
| RandomData |
Utility functions for creating random data
|
| RandomSampleDataSource<DATATYPE> |
This
DataSource provides randomly sampled view over another
DataSource. |
| ShortArrayBackedDataSource |
A
DataSource backed by a 2D array of shorts. |