Uses of Interface
weka.classifiers.Sourcable
Package
Description
-
Uses of Sourcable in weka.classifiers
Modifier and TypeMethodDescriptionstatic 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.evaluation
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeClassDescriptionclass
Class for boosting a nominal class classifier using the Adaboost M1 method.class
Class for performing additive logistic regression. -
Uses of Sourcable in weka.classifiers.rules
-
Uses of Sourcable in weka.classifiers.trees
Modifier and TypeClassDescriptionclass
Class for building and using a decision stump.class
Class for generating a pruned or unpruned C4.5 decision tree.class
Fast decision tree learner.