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 Detail

      • batchFinished

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