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