Uses of Interface
weka.classifiers.Sourcable

Packages that use Sourcable
weka.classifiers   
weka.classifiers.meta   
weka.classifiers.trees   
 

Uses of Sourcable in weka.classifiers
 

Methods in weka.classifiers with parameters of type Sourcable
protected static java.lang.String Evaluation.wekaStaticWrapper(Sourcable classifier, java.lang.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 classifier using Freund & Schapire's Adaboost M1 method.
 class LogitBoost
          Class for performing additive logistic regression..
 class MultiBoostAB
          Class for boosting a classifier using the MultiBoosting method.
 

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 an unpruned or a pruned C4.5 decision tree.
 class REPTree
          Fast decision tree learner.