Package opennlp.tools.cmdline.doccat
Klasse DoccatEvaluationErrorListener
java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<DocumentSample>
opennlp.tools.cmdline.doccat.DoccatEvaluationErrorListener
- Alle implementierten Schnittstellen:
DoccatEvaluationMonitor,EvaluationMonitor<DocumentSample>
public class DoccatEvaluationErrorListener
extends opennlp.tools.cmdline.EvaluationErrorPrinter<DocumentSample>
implements DoccatEvaluationMonitor
A default implementation of
EvaluationMonitor that prints to an
output stream.-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a listener that will print to the configuredlogger.DoccatEvaluationErrorListener(OutputStream outputStream) Creates a listener that will print to a givenOutputStream -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidmisclassified(DocumentSample reference, DocumentSample prediction) Von Klasse geerbte Methoden opennlp.tools.cmdline.EvaluationErrorPrinter
correctlyClassifiedVon Klasse geerbte Methoden java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden opennlp.tools.util.eval.EvaluationMonitor
correctlyClassified
-
Konstruktordetails
-
DoccatEvaluationErrorListener
public DoccatEvaluationErrorListener()Creates a listener that will print to the configuredlogger. -
DoccatEvaluationErrorListener
Creates a listener that will print to a givenOutputStream
-
-
Methodendetails
-
misclassified
- Angegeben von:
misclassifiedin SchnittstelleEvaluationMonitor<DocumentSample>- Angegeben von:
misclassifiedin Klasseopennlp.tools.cmdline.EvaluationErrorPrinter<DocumentSample>
-