Uses of Interface
org.tweetyproject.machinelearning.Classifier
Packages that use Classifier
-
Uses of Classifier in org.tweetyproject.machinelearning
Methods in org.tweetyproject.machinelearning that return ClassifierModifier 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 parametersMethods in org.tweetyproject.machinelearning with parameters of type ClassifierModifier 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
Classes in org.tweetyproject.machinelearning.svm that implement ClassifierModifier and TypeClassDescriptionclass
Realizes a support vector machine classifier utilizing LIBSVM.