|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sourcable | |
|---|---|
| weka.classifiers | |
| weka.classifiers.meta | |
| weka.classifiers.rules | |
| weka.classifiers.trees | |
| Uses of Sourcable in weka.classifiers |
|---|
| Methods in weka.classifiers with parameters of type Sourcable | |
|---|---|
static String |
Evaluation.wekaStaticWrapper(Sourcable classifier,
String className)
Wraps a static classifier in enough source to test using the weka class libraries. |
| Uses of Sourcable in weka.classifiers.meta |
|---|
| Classes in weka.classifiers.meta that implement Sourcable | |
|---|---|
class |
AdaBoostM1
Class for boosting a nominal class classifier using the Adaboost M1 method. |
class |
LogitBoost
Class for performing additive logistic regression. |
| Uses of Sourcable in weka.classifiers.rules |
|---|
| Classes in weka.classifiers.rules that implement Sourcable | |
|---|---|
class |
OneR
Class for building and using a 1R classifier; in other words, uses the minimum-error attribute for prediction, discretizing numeric attributes. |
class |
ZeroR
Class for building and using a 0-R classifier. |
| Uses of Sourcable in weka.classifiers.trees |
|---|
| Classes in weka.classifiers.trees that implement Sourcable | |
|---|---|
class |
DecisionStump
Class for building and using a decision stump. |
class |
J48
Class for generating a pruned or unpruned C4.5 decision tree. |
class |
REPTree
Fast decision tree learner. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||