Class ParameterTrainer<S extends Observation,T extends Category>

java.lang.Object
org.tweetyproject.machinelearning.ParameterTrainer<S,T>
Type Parameters:
S - The type of observations.
T - The type of categories.
All Implemented Interfaces:
Trainer<S,T>
Direct Known Subclasses:
GridSearchParameterLearner

public abstract class ParameterTrainer<S extends Observation,T extends Category> extends Object implements Trainer<S,T>
Performs a parameter training on a given trainer, i.e. explores the space of the parameters to obtain the best parameters for training.
Author:
Matthias Thimm