Uses of Interface
org.tweetyproject.machinelearning.Category
Packages that use Category
-
Uses of Category in org.tweetyproject.machinelearning
Classes in org.tweetyproject.machinelearning with type parameters of type CategoryModifier and TypeClassDescriptionclass
ClassificationTester<S extends Observation,
T extends Category> Classes implementing this interface provide the means to test a training mechanism for performance.class
CrossValidator<S extends Observation,
T extends Category> Performs cross-validation in a classifier, i.e.class
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.interface
Trainer<S extends Observation,
T extends Category> class
TrainingSet<S extends Observation,
T extends Category> A set of observations together with their category.Classes in org.tweetyproject.machinelearning that implement CategoryModifier and TypeClassDescriptionclass
A category for one-class classifiers.class
A category for multi-class classification using a double as identifier.Methods in org.tweetyproject.machinelearning that return CategoryModifier and TypeMethodDescriptionClassifier.classify
(Observation obs) Classifies the given observation. -
Uses of Category in org.tweetyproject.machinelearning.svm
Methods in org.tweetyproject.machinelearning.svm that return Category