类 JRip.Antd
java.lang.Object
weka.classifiers.rules.JRip.Antd
- 所有已实现的接口:
Serializable
,Copyable
,RevisionHandler
,WeightedInstancesHandler
- 直接已知子类:
JRip.NominalAntd
,JRip.NumericAntd
- 封闭类:
- JRip
public abstract class JRip.Antd
extends Object
implements WeightedInstancesHandler, Copyable, Serializable, RevisionHandler
The single antecedent in the rule, which is composed of an attribute and
the corresponding value. There are two inherited classes, namely NumericAntd
and NominalAntd in which the attributes are numeric and nominal respectively.
- 另请参阅:
-
构造器详细资料
-
Antd
Constructor
-
-
方法详细资料
-
splitData
-
covers
-
toString
-
copy
Implements Copyable -
getAttr
-
getAttrValue
public double getAttrValue() -
getMaxInfoGain
public double getMaxInfoGain() -
getAccuRate
public double getAccuRate() -
getAccu
public double getAccu() -
getCover
public double getCover() -
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-