Uses of Interface
weka.classifiers.UpdateableClassifier
Package
Description
-
Uses of UpdateableClassifier in weka.classifiers.bayes
Modifier and TypeClassDescriptionclass
Multinomial naive bayes for text data.class
Class for building and using an updateable multinomial Naive Bayes classifier.class
Class for a Naive Bayes classifier using estimator classes. -
Uses of UpdateableClassifier in weka.classifiers.functions
Modifier and TypeClassDescriptionclass
Implements stochastic gradient descent for learning various linear models (binary class SVM, binary class logistic regression, squared loss, Huber loss and epsilon-insensitive loss linear regression).class
Implements stochastic gradient descent for learning a linear binary class SVM or binary class logistic regression on text data. -
Uses of UpdateableClassifier in weka.classifiers.lazy
Modifier and TypeClassDescriptionclass
K-nearest neighbours classifier.class
K* is an instance-based classifier, that is the class of a test instance is based upon the class of those training instances similar to it, as determined by some similarity function.class
Locally weighted learning. -
Uses of UpdateableClassifier in weka.classifiers.meta
Modifier and TypeClassDescriptionclass
A metaclassifier for handling multi-class datasets with 2-class classifiers. -
Uses of UpdateableClassifier in weka.classifiers.trees
Modifier and TypeClassDescriptionclass
A Hoeffding tree (VFDT) is an incremental, anytime decision tree induction algorithm that is capable of learning from massive data streams, assuming that the distribution generating examples does not change over time.