Uses of Interface
org.tweetyproject.machinelearning.Observation
-
Uses of Observation 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 default observation is a vector of double values.Modifier and TypeMethodDescriptionClassifier.classify
(Observation obs) Classifies the given observation. -
Uses of Observation in org.tweetyproject.machinelearning.svm