Class DoccatCrossValidator

java.lang.Object
opennlp.tools.doccat.DoccatCrossValidator

public class DoccatCrossValidator extends Object
Cross validator for DocumentCategorizer.
  • Constructor Details

  • Method Details

    • evaluate

      public void evaluate(ObjectStream<DocumentSample> samples, int nFolds) throws IOException
      Starts the evaluation.
      Parameters:
      samples - The ObjectStream of samples to train and test with.
      nFolds - Number of folds. It must be greater than zero.
      Throws:
      IOException - Thrown if IO errors occurred.
    • getDocumentAccuracy

      public double getDocumentAccuracy()
      Returns:
      Retrieves the accuracy for all iterations.
    • getDocumentCount

      public long getDocumentCount()
      Returns:
      Retrieves the number of words which where validated over all iterations. The result is the amount of folds multiplied by the total number of words.