Class DoccatEvaluationErrorListener

java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.doccat.DocumentSample>
opennlp.tools.cmdline.doccat.DoccatEvaluationErrorListener
All Implemented Interfaces:
opennlp.tools.doccat.DoccatEvaluationMonitor, opennlp.tools.util.eval.EvaluationMonitor<opennlp.tools.doccat.DocumentSample>

public class DoccatEvaluationErrorListener extends opennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.doccat.DocumentSample> implements opennlp.tools.doccat.DoccatEvaluationMonitor
A default implementation of EvaluationMonitor that prints to an output stream.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a listener that will print to the configured logger.
    Creates a listener that will print to a given OutputStream
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    misclassified(opennlp.tools.doccat.DocumentSample reference, opennlp.tools.doccat.DocumentSample prediction)
     

    Methods inherited from class opennlp.tools.cmdline.EvaluationErrorPrinter

    correctlyClassified

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface opennlp.tools.util.eval.EvaluationMonitor

    correctlyClassified
  • Constructor Details

    • DoccatEvaluationErrorListener

      public DoccatEvaluationErrorListener()
      Creates a listener that will print to the configured logger.
    • DoccatEvaluationErrorListener

      public DoccatEvaluationErrorListener(OutputStream outputStream)
      Creates a listener that will print to a given OutputStream
  • Method Details

    • misclassified

      public void misclassified(opennlp.tools.doccat.DocumentSample reference, opennlp.tools.doccat.DocumentSample prediction)
      Specified by:
      misclassified in interface opennlp.tools.util.eval.EvaluationMonitor<opennlp.tools.doccat.DocumentSample>
      Specified by:
      misclassified in class opennlp.tools.cmdline.EvaluationErrorPrinter<opennlp.tools.doccat.DocumentSample>