| Interface | Description |
|---|---|
| OptionHandler |
An interface for an option handler.
|
| Class | Description |
|---|---|
| Attribute |
Stores information for an attribute.
|
| AttributeFactory |
A factory for making NominalAttributes and NumericAttributes from
a scanner.
|
| Attributes |
Stores information for attributes for data sets for machine learning.
|
| DataSet |
Implements a class for a data set for machine-learning methods.
|
| Example |
Stores the attribute values of an example.
|
| Examples |
Stores examples for data sets for machine learning.
|
| NominalAttribute |
Stores information for a nominal attribute.
|
| NumericAttribute |
Stores information for a numeric attribute.
|
| TrainTestSets |
Implements a class for storing training and testing sets for
machine-learning methods.
|