Package weka.classifiers
Interface UpdateableBatchProcessor
-
- All Known Implementing Classes:
NaiveBayesMultinomialText,SGDText
public interface UpdateableBatchProcessorUpdateable 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbatchFinished()Signal that the training data is finished (for now).
-