| Class | Description |
|---|---|
| PredictionNode |
Class representing a prediction node in an alternating tree.
|
| ReferenceInstances |
Simple class that extends the Instances class making it possible to create
subsets of instances that reference their source set.
|
| Splitter |
Abstract class representing a splitter node in an alternating tree.
|
| TwoWayNominalSplit |
Class representing a two-way split on a nominal attribute, of the form:
either 'is some_value' or 'is not some_value'.
|
| TwoWayNumericSplit |
Class representing a two-way split on a numeric attribute, of the form:
either 'is < some_value' or 'is>= some_value'.
|