Uses of Interface
org.tweetyproject.machinelearning.Classifier
-
Uses of Classifier in org.tweetyproject.machinelearning
Modifier and TypeMethodDescriptionParameterTrainer.train
(TrainingSet<S, T> trainingSet) ParameterTrainer.train
(TrainingSet<S, T> trainingSet, ParameterSet params) Trainer.train
(TrainingSet<S, T> trainingSet) Trains a classifier on the given training set.Trainer.train
(TrainingSet<S, T> trainingSet, ParameterSet params) Trains a classifier on the given training set with the given parametersModifier and TypeMethodDescriptiondouble
ClassificationTester.test
(Classifier classifier, TrainingSet<S, T> trainingSet) Measures the performance of the given classifier on the given test set, i.e. -
Uses of Classifier in org.tweetyproject.machinelearning.svm
Modifier and TypeClassDescriptionclass
Realizes a support vector machine classifier utilizing LIBSVM.