Package opennlp.tools.util.eval
package opennlp.tools.util.eval
-
ClassDescriptionProvides access to training and test partitions for n-fold cross validation.The
TrainingSampleStreamwhich iterates over all training elements.Evaluator<T>TheEvaluatoris an abstract base class for evaluators.TheFMeasureis an utility class for evaluators which measure precision, recall and the resulting f-measure.Calculates the arithmetic mean of values added with theMean.add(double)method.