Uses of Class
org.tweetyproject.machinelearning.DoubleCategory
Packages that use DoubleCategory
-
Uses of DoubleCategory in org.tweetyproject.machinelearning
Methods in org.tweetyproject.machinelearning that return types with arguments of type DoubleCategoryModifier and TypeMethodDescriptionTrainingSet.loadLibsvmTrainingFile
(File file) Loads a training file in LIBSVM syntax -
Uses of DoubleCategory in org.tweetyproject.machinelearning.svm
Classes in org.tweetyproject.machinelearning.svm that implement interfaces with type arguments of type DoubleCategoryModifier and TypeClassDescriptionclass
Trains a standard multi-class RBF support vector machine.Method parameters in org.tweetyproject.machinelearning.svm with type arguments of type DoubleCategoryModifier and TypeMethodDescriptionMultiClassRbfTrainer.train
(TrainingSet<DefaultObservation, DoubleCategory> trainingSet) MultiClassRbfTrainer.train
(TrainingSet<DefaultObservation, DoubleCategory> trainingSet, ParameterSet params)