Uses of Interface
org.tweetyproject.machinelearning.Category
-
Uses of Category in org.tweetyproject.machinelearning
Modifier 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.Modifier and TypeClassDescriptionclass
A category for one-class classifiers.class
A category for multi-class classification using a double as identifier.Modifier and TypeMethodDescriptionClassifier.classify
(Observation obs) Classifies the given observation. -
Uses of Category in org.tweetyproject.machinelearning.svm