List of usage examples for weka.classifiers.trees.j48 C45PruneableClassifierTree subclass-usage
From source file library.MikeC45PruneableClassifierTree.java
/**
* Class for handling a tree structure that can
* be pruned using C4.5 procedures.
*
* @author Eibe Frank (eibe@cs.waikato.ac.nz)
* @version $Revision: 1.15 $