|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.classifiers.rules.JRip.Antd
public abstract class JRip.Antd
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.
| Constructor Summary | |
|---|---|
JRip.Antd(Attribute a)
Constructor |
|
| Method Summary | |
|---|---|
abstract Object |
copy()
Implements Copyable |
abstract boolean |
covers(Instance inst)
|
double |
getAccu()
|
double |
getAccuRate()
|
Attribute |
getAttr()
|
double |
getAttrValue()
|
double |
getCover()
|
double |
getMaxInfoGain()
|
String |
getRevision()
Returns the revision string. |
abstract Instances[] |
splitData(Instances data,
double defAcRt,
double cla)
|
abstract String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JRip.Antd(Attribute a)
| Method Detail |
|---|
public abstract Instances[] splitData(Instances data,
double defAcRt,
double cla)
public abstract boolean covers(Instance inst)
public abstract String toString()
toString in class Objectpublic abstract Object copy()
copy in interface Copyablepublic Attribute getAttr()
public double getAttrValue()
public double getMaxInfoGain()
public double getAccuRate()
public double getAccu()
public double getCover()
public String getRevision()
getRevision in interface RevisionHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||