Interface UpdateableBatchProcessor

All Known Implementing Classes:
NaiveBayesMultinomialText, SGDText

public interface UpdateableBatchProcessor
Updateable classifiers can implement this if they wish to be informed at the end of the training stream. This could be useful for cleaning up temporary data structures, pruning dictionaries etc.
Version:
$Revision: 11061 $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Signal that the training data is finished (for now).
  • Method Details

    • batchFinished

      void batchFinished() throws Exception
      Signal that the training data is finished (for now).
      Throws:
      Exception - if a problem occurs