Uses of Class
weka.classifiers.RandomizableClassifier

Packages that use RandomizableClassifier
weka.classifiers.mi   
weka.classifiers.trees   
 

Uses of RandomizableClassifier in weka.classifiers.mi
 

Subclasses of RandomizableClassifier in weka.classifiers.mi
 class MIEMDD
          EMDD model builds heavily upon Dietterich's Diverse Density (DD) algorithm.
It is a general framework for MI learning of converting the MI problem to a single-instance setting using EM.
 

Uses of RandomizableClassifier in weka.classifiers.trees
 

Subclasses of RandomizableClassifier in weka.classifiers.trees
 class BFTree
          Class for building a best-first decision tree classifier.
 class SimpleCart
          Class implementing minimal cost-complexity pruning.
Note when dealing with missing values, use "fractional instances" method instead of surrogate split method.

For more information, see:

Leo Breiman, Jerome H.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.