类 JRip.NumericAntd
java.lang.Object
weka.classifiers.rules.JRip.Antd
weka.classifiers.rules.JRip.NumericAntd
- 所有已实现的接口:
Serializable
,Copyable
,RevisionHandler
,WeightedInstancesHandler
- 封闭类:
- JRip
The antecedent with numeric attribute
- 另请参阅:
-
构造器概要
构造器 -
方法概要
从类继承的方法 weka.classifiers.rules.JRip.Antd
getAccu, getAccuRate, getAttr, getAttrValue, getCover, getMaxInfoGain
-
构造器详细资料
-
NumericAntd
Constructor
-
-
方法详细资料
-
getSplitPoint
public double getSplitPoint()Get split point of this numeric antecedent- 返回:
- the split point of this numeric antecedent
-
copy
Implements Copyable -
splitData
Implements the splitData function. This procedure is to split the data into two bags according to the information gain of the numeric attribute value The maximum infoGain 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
-