类 JRip.NominalAntd
java.lang.Object
weka.classifiers.rules.JRip.Antd
weka.classifiers.rules.JRip.NominalAntd
- 所有已实现的接口:
Serializable
,Copyable
,RevisionHandler
,WeightedInstancesHandler
- 封闭类:
- JRip
The antecedent with nominal attribute
- 另请参阅:
-
构造器概要
构造器 -
方法概要
从类继承的方法 weka.classifiers.rules.JRip.Antd
getAccu, getAccuRate, getAttr, getAttrValue, getCover, getMaxInfoGain
-
构造器详细资料
-
NominalAntd
Constructor
-
-
方法详细资料
-
copy
Implements Copyable -
splitData
Implements the splitData function. This procedure is to split the data into bags according to the nominal attribute value The infoGain for each bag is also calculated. -
covers
Whether the instance is covered by this antecedent -
toString
Prints this antecedent -
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 覆盖:
getRevision
在类中JRip.Antd
- 返回:
- the revision
-