Uses of Interface
weka.classifiers.UpdateableBatchProcessor
Packages that use UpdateableBatchProcessor
-
Uses of UpdateableBatchProcessor in weka.classifiers.bayes
Classes in weka.classifiers.bayes that implement UpdateableBatchProcessorModifier and TypeClassDescriptionclass
Multinomial naive bayes for text data. -
Uses of UpdateableBatchProcessor in weka.classifiers.functions
Classes in weka.classifiers.functions that implement UpdateableBatchProcessorModifier and TypeClassDescriptionclass
Implements stochastic gradient descent for learning a linear binary class SVM or binary class logistic regression on text data.