Package weka.classifiers.rules
Class JRip.Antd
java.lang.Object
weka.classifiers.rules.JRip.Antd
- All Implemented Interfaces:
Serializable
,Copyable
,RevisionHandler
,WeightedInstancesHandler
- Direct Known Subclasses:
JRip.NominalAntd
,JRip.NumericAntd
- Enclosing class:
- 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.
- See Also:
-
Constructor Details
-
Antd
Constructor
-
-
Method Details
-
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.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-