Package opennlp.tools.util.eval
package opennlp.tools.util.eval
-
ClassDescriptionProvides access to training and test partitions for n-fold cross validation.The
TrainingSampleStream
which iterates over all training elements.Evaluator<T>TheEvaluator
is an abstract base class for evaluators.TheFMeasure
is 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.