Interface Trainer<S extends Observation,T extends Category>

Type Parameters:
S - The type of the observations.
T - The type of the categories.
All Known Implementing Classes:
GridSearchParameterLearner, MultiClassRbfTrainer, ParameterTrainer

public interface Trainer<S extends Observation,T extends Category>
The `Trainer` interface represents a generic trainer that can train a classifier on a given set of observations and categories.
Author:
Matthias Thimm