|
||||||||||
| 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 java.lang.Object |
copy()
Implements Copyable |
abstract boolean |
covers(Instance inst)
|
double |
getAccu()
|
double |
getAccuRate()
|
Attribute |
getAttr()
|
double |
getAttrValue()
|
double |
getCover()
|
double |
getMaxInfoGain()
|
java.lang.String |
getRevision()
Returns the revision string. |
abstract Instances[] |
splitData(Instances data,
double defAcRt,
double cla)
|
abstract java.lang.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 java.lang.String toString()
toString in class java.lang.Objectpublic abstract java.lang.Object copy()
copy in interface Copyablepublic Attribute getAttr()
public double getAttrValue()
public double getMaxInfoGain()
public double getAccuRate()
public double getAccu()
public double getCover()
public java.lang.String getRevision()
getRevision in interface RevisionHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||