Uses of Class
org.tweetyproject.machinelearning.ClassificationTester
-
Uses of ClassificationTester in org.tweetyproject.machinelearning
Modifier and TypeClassDescriptionclass
CrossValidator<S extends Observation,
T extends Category> Performs cross-validation in a classifier, i.e.ModifierConstructorDescriptionGridSearchParameterLearner
(Trainer<S, T> trainer, ClassificationTester<S, T> tester, int depth, int partitions) Creates a new grid-search parameter learner with the given arguments.