| Interface | Description |
|---|---|
| BatchTrainer<T> |
Interface describing objects capable of performing
training in "batch" mode; all training examples are
presented at once.
|
| IncrementalTrainer<T> |
Interface describing objects capable of performing
incremental training.
|