Uses of Interface
org.tweetyproject.machinelearning.Trainer
-
Uses of Trainer in org.tweetyproject.machinelearning
Modifier and TypeClassDescriptionclass
GridSearchParameterLearner<S extends Observation,
T extends Category> A grid-search approach for learning parameters.class
ParameterTrainer<S extends Observation,
T extends Category> Performs a parameter training on a given trainer, i.e.Modifier and TypeMethodDescriptionabstract double
This methods takes a trainer and a training set and returns the performance (in [0,1]) of the trained classifier on the training set (e.g.double
ModifierConstructorDescriptionGridSearchParameterLearner
(Trainer<S, T> trainer, ClassificationTester<S, T> tester, int depth, int partitions) Creates a new grid-search parameter learner with the given arguments.ParameterTrainer
(Trainer<S, T> trainer) Creates a new parameter trainer for the given trainer. -
Uses of Trainer in org.tweetyproject.machinelearning.svm
Modifier and TypeClassDescriptionclass
Trains a standard multi-class RBF support vector machine.