类 C45PruneableDecList

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

public class C45PruneableDecList extends ClassifierDecList
Class for handling a partial tree structure pruned using C4.5's pruning heuristic.
版本:
$Revision: 1.9 $
作者:
Eibe Frank (eibe@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • 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.
      参数:
      toSelectLocModel - selection method for local splitting model
      cf - the confidence factor for pruning
      minNum - the minimum number of objects in a leaf
      抛出:
      Exception - if something goes wrong
  • 方法详细资料