See: Description
| Interface | Description |
|---|---|
| IDataset<I extends IInstance> |
Common interface of a dataset defining methods to access meta-data and instances contained in the dataset.
|
| IInstance |
Interface of an instance which consists of attributes and a target value.
|
| Class | Description |
|---|---|
| ArffUtilities |
Utility class for handling Arff dataset files.
|
| InstanceSchema |
| Exception | Description |
|---|---|
| ContainsNonNumericAttributesException |