Interface EventTrainer

All Superinterfaces:
Trainer
All Known Implementing Classes:
AbstractEventTrainer, GISTrainer, NaiveBayesTrainer, PerceptronTrainer, QNTrainer

public interface EventTrainer extends Trainer
A specialized Trainer that is based on an Event approach.