|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.classifiers.rules.FRIP.Antd
weka.classifiers.rules.FRIP.NumericAntd
protected class FRIP.NumericAntd
The antecedent with numeric attribute
Field Summary | |
---|---|
(package private) static long |
serialVersionUID
for serialization |
protected double |
splitPoint
The split point for this numeric antecedent |
protected double |
supportBound
The edge point for the fuzzy set of this numeric antecedent |
Fields inherited from class weka.classifiers.rules.FRIP.Antd |
---|
accu, accuRate, att, cover, maxInfoGain, value |
Constructor Summary | |
---|---|
FRIP.NumericAntd(weka.core.Attribute a)
Constructor |
Method Summary | |
---|---|
java.lang.Object |
copy()
Implements Copyable |
double |
covers(weka.core.Instance inst)
The degree of coverage for the instance given that antecedent |
double |
getSplitPoint()
Get split point of this numeric antecedent |
weka.core.Instances[] |
splitData(weka.core.Instances insts,
double defAcRt,
double cl)
Implements the splitData function. |
java.lang.String |
toString()
Prints this antecedent |
Methods inherited from class weka.classifiers.rules.FRIP.Antd |
---|
getAccu, getAccuRate, getAttr, getAttrValue, getCover, getMaxInfoGain |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
static final long serialVersionUID
protected double splitPoint
protected double supportBound
Constructor Detail |
---|
public FRIP.NumericAntd(weka.core.Attribute a)
Method Detail |
---|
public double getSplitPoint()
public java.lang.Object copy()
copy
in interface weka.core.Copyable
copy
in class FRIP.Antd
public weka.core.Instances[] splitData(weka.core.Instances insts, double defAcRt, double cl)
splitData
in class FRIP.Antd
insts
- the data to be splitdefAcRt
- the default accuracy rate for datacl
- the class label to be predicted
public double covers(weka.core.Instance inst)
covers
in class FRIP.Antd
inst
- the instance in question
public java.lang.String toString()
toString
in class FRIP.Antd
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |