|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateableClassifier | |
|---|---|
| weka.classifiers.bayes | |
| weka.classifiers.functions | |
| weka.classifiers.lazy | |
| weka.classifiers.meta | |
| Uses of UpdateableClassifier in weka.classifiers.bayes |
|---|
| Classes in weka.classifiers.bayes that implement UpdateableClassifier | |
|---|---|
class |
NaiveBayesMultinomialText
Multinomial naive bayes for text data. |
class |
NaiveBayesMultinomialUpdateable
Class for building and using a multinomial Naive Bayes classifier. |
class |
NaiveBayesUpdateable
Class for a Naive Bayes classifier using estimator classes. |
| Uses of UpdateableClassifier in weka.classifiers.functions |
|---|
| Classes in weka.classifiers.functions that implement UpdateableClassifier | |
|---|---|
class |
SGD
Implements stochastic gradient descent for learning various linear models (binary class SVM, binary class logistic regression and linear regression). |
class |
SGDText
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 |
|---|
| Classes in weka.classifiers.lazy that implement UpdateableClassifier | |
|---|---|
class |
IBk
K-nearest neighbours classifier. |
class |
KStar
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 |
LWL
Locally weighted learning. |
| Uses of UpdateableClassifier in weka.classifiers.meta |
|---|
| Classes in weka.classifiers.meta that implement UpdateableClassifier | |
|---|---|
class |
MultiClassClassifierUpdateable
A metaclassifier for handling multi-class datasets with 2-class classifiers. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||