Uses of Interface
weka.classifiers.Sourcable
Packages that use Sourcable
Package
Description
-
Uses of Sourcable in weka.classifiers
Methods in weka.classifiers with parameters of type SourcableModifier and TypeMethodDescriptionstatic StringEvaluation.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
Methods in weka.classifiers.evaluation with parameters of type SourcableModifier and TypeMethodDescriptionstatic StringEvaluation.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 SourcableModifier and TypeClassDescriptionclassClass for boosting a nominal class classifier using the Adaboost M1 method.classClass for performing additive logistic regression. -
Uses of Sourcable in weka.classifiers.rules
Classes in weka.classifiers.rules that implement Sourcable -
Uses of Sourcable in weka.classifiers.trees
Classes in weka.classifiers.trees that implement SourcableModifier and TypeClassDescriptionclassClass for building and using a decision stump.classClass for generating a pruned or unpruned C4.5 decision tree.classFast decision tree learner.