| Interface | Description |
|---|---|
| DataSet<E> |
Generic interface for all data sets for machine learning, independent of type of elements.
|
| Normalizer<T extends DataSet<?>> |
Interface to perform normalization/scaling of data set
|
| Class | Description |
|---|---|
| BasicDataSet<E> |
Basic implementation of
DataSet interface. |
| DataSet.Column |
| Enum | Description |
|---|---|
| DataSet.Type |
Copyright © 2020. All rights reserved.