Package weka.classifiers.rules
Class JRip.NominalAntd
java.lang.Object
weka.classifiers.rules.JRip.Antd
weka.classifiers.rules.JRip.NominalAntd
- All Implemented Interfaces:
Serializable
,Copyable
,RevisionHandler
,WeightedInstancesHandler
- Enclosing class:
- JRip
The antecedent with nominal attribute
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class weka.classifiers.rules.JRip.Antd
getAccu, getAccuRate, getAttr, getAttrValue, getCover, getMaxInfoGain
-
Constructor Details
-
NominalAntd
Constructor
-
-
Method Details
-
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.- Specified by:
getRevision
in interfaceRevisionHandler
- Overrides:
getRevision
in classJRip.Antd
- Returns:
- the revision
-