Java opennlp.tools.util.eval FMeasure fields, constructors, methods, implement or subclass

Example usage for Java opennlp.tools.util.eval FMeasure fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for opennlp.tools.util.eval FMeasure.

The text is from its open source code.

Method

doublegetFMeasure()
Retrieves the f-measure score.
doublegetPrecisionScore()
Retrieves the arithmetic mean of the precision scores calculated for each evaluated sample.
doublegetRecallScore()
Retrieves the arithmetic mean of the recall score calculated for each evaluated sample.