类 PruneableDecList
java.lang.Object
weka.classifiers.rules.part.ClassifierDecList
weka.classifiers.rules.part.PruneableDecList
- 所有已实现的接口:
Serializable
,RevisionHandler
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
(ModelSelection toSelectLocModel, int minNum) Constructor for pruneable partial tree structure. -
方法概要
修饰符和类型方法说明void
buildDecList
(Instances train, Instances test, boolean leaf) Builds the partial tree with hold out setvoid
Method for building a pruned partial tree.Returns the revision string.从类继承的方法 weka.classifiers.rules.part.ClassifierDecList
buildDecList, buildRule, chooseIndex, chooseLastIndex, classifyInstance, cleanup, distributionForInstance, toString, weight
-
构造器详细资料
-
PruneableDecList
Constructor for pruneable partial tree structure.- 参数:
toSelectLocModel
- selection method for local splitting modelminNum
- minimum number of objects in leaf
-
-
方法详细资料
-
buildRule
Method for building a pruned partial tree.- 抛出:
Exception
- if tree can't be built successfully
-
buildDecList
Builds the partial tree with hold out set- 抛出:
Exception
- if something goes wrong
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 覆盖:
getRevision
在类中ClassifierDecList
- 返回:
- the revision
-