Uses of Class
weka.classifiers.rules.part.ClassifierDecList

Packages that use ClassifierDecList
weka.classifiers.rules.part   
 

Uses of ClassifierDecList in weka.classifiers.rules.part
 

Subclasses of ClassifierDecList in weka.classifiers.rules.part
 class C45PruneableDecList
          Class for handling a partial tree structure pruned using C4.5's pruning heuristic.
 class PruneableDecList
          Class for handling a partial tree structure that can be pruned using a pruning set.
 

Fields in weka.classifiers.rules.part declared as ClassifierDecList
protected  ClassifierDecList[] ClassifierDecList.m_sons
          References to sons.
 

Methods in weka.classifiers.rules.part that return ClassifierDecList
protected  ClassifierDecList C45PruneableDecList.getNewDecList(Instances data, boolean leaf)
          Returns a newly created tree.
protected  ClassifierDecList PruneableDecList.getNewDecList(Instances train, Instances test, boolean leaf)
          Returns a newly created tree.
protected  ClassifierDecList ClassifierDecList.getNewDecList(Instances train, boolean leaf)
          Returns a newly created tree.
protected  ClassifierDecList ClassifierDecList.son(int index)
          Method just exists to make program easier to read.