Class C45PruneableDecList

java.lang.Object
weka.classifiers.rules.part.ClassifierDecList
weka.classifiers.rules.part.C45PruneableDecList
All Implemented Interfaces:
Serializable, RevisionHandler

public class C45PruneableDecList extends ClassifierDecList
Class for handling a partial tree structure pruned using C4.5's pruning heuristic.
Version:
$Revision: 10153 $
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • C45PruneableDecList

      public C45PruneableDecList(ModelSelection toSelectLocModel, double cf, int minNum) throws Exception
      Constructor for pruneable tree structure. Stores reference to associated training data at each node.
      Parameters:
      toSelectLocModel - selection method for local splitting model
      cf - the confidence factor for pruning
      minNum - the minimum number of objects in a leaf
      Throws:
      Exception - if something goes wrong
  • Method Details