Uses of Class
weka.classifiers.trees.j48.PruneableClassifierTree

Packages that use PruneableClassifierTree
weka.classifiers.trees.j48   
 

Uses of PruneableClassifierTree in weka.classifiers.trees.j48
 

Methods in weka.classifiers.trees.j48 that return PruneableClassifierTree
private  PruneableClassifierTree PruneableClassifierTree.son(int index)
          Method just exists to make program easier to read.