Package weka.classifiers
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 TypeMethodDescriptionvoid
Signal that the training data is finished (for now).
-
Method Details
-
batchFinished
Signal that the training data is finished (for now).- Throws:
Exception
- if a problem occurs
-