Class PruneableDecList

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

public class PruneableDecList extends ClassifierDecList
Class for handling a partial tree structure that can be pruned using a pruning set.
Version:
$Revision: 10153 $
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • PruneableDecList

      public PruneableDecList(ModelSelection toSelectLocModel, int minNum)
      Constructor for pruneable partial tree structure.
      Parameters:
      toSelectLocModel - selection method for local splitting model
      minNum - minimum number of objects in leaf
  • Method Details