类 C45PruneableClassifierTree

java.lang.Object
weka.classifiers.trees.j48.ClassifierTree
weka.classifiers.trees.j48.C45PruneableClassifierTree
所有已实现的接口:
Serializable, CapabilitiesHandler, Drawable, RevisionHandler

public class C45PruneableClassifierTree extends ClassifierTree
Class for handling a tree structure that can be pruned using C4.5 procedures.
版本:
$Revision: 8986 $
作者:
Eibe Frank (eibe@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • C45PruneableClassifierTree

      public C45PruneableClassifierTree(ModelSelection toSelectLocModel, boolean pruneTree, float cf, boolean raiseTree, boolean cleanup) throws Exception
      Constructor for pruneable tree structure. Stores reference to associated training data at each node.
      参数:
      toSelectLocModel - selection method for local splitting model
      pruneTree - true if the tree is to be pruned
      cf - the confidence factor for pruning
      raiseTree -
      cleanup -
      抛出:
      Exception - if something goes wrong
  • 方法详细资料