类 PruneableDecList

java.lang.Object
weka.classifiers.rules.part.ClassifierDecList
weka.classifiers.rules.part.PruneableDecList
所有已实现的接口:
Serializable, RevisionHandler

public class PruneableDecList extends ClassifierDecList
Class for handling a partial tree structure that can be pruned using a pruning set.
版本:
$Revision: 1.10 $
作者:
Eibe Frank (eibe@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • PruneableDecList

      public PruneableDecList(ModelSelection toSelectLocModel, int minNum)
      Constructor for pruneable partial tree structure.
      参数:
      toSelectLocModel - selection method for local splitting model
      minNum - minimum number of objects in leaf
  • 方法详细资料