| Interface | Description |
|---|---|
| Attribute |
Defines the interface, a class that represents an attribute, i.e.
|
| AttributeMap |
Defines the interface, a class that maps
Attributes to certain values, must implement. |
| GroundTruth |
Defines the interface, all classes that represent the ground truth of an
Instance, must
implement. |
| Instance |
Defines the interface, all classes that represent instances (also referred to as "examples") must
implement.
|
| Weighted |
Defines the interface, all classes that allows to assign a weight to their instantiations, must
implement.
|
| Class | Description |
|---|---|
| AttributeHashMap |
An
AttributeMap that uses a hash map for storing attribute-value mappings. |
| TrainingInstance |
Represents a training instance (also referred to as as a training example).
|