|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.classifiers.rules.FURIA.NumericAntd
public class FURIA.NumericAntd
The antecedent with numeric attribute
| Field Summary | |
|---|---|
boolean |
fuzzyYet
A flag determining whether this antecedent was successfully fuzzified yet |
double |
splitPoint
The split point for this numeric antecedent |
double |
supportBound
The edge point for the fuzzy set of this numeric antecedent |
| Constructor Summary | |
|---|---|
FURIA.NumericAntd(Attribute a)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
copy()
Implements Copyable |
double |
covers(Instance inst)
The degree of coverage for the instance given that antecedent |
double |
getSplitPoint()
Get split point of this numeric antecedent |
Instances[] |
splitData(Instances insts,
double defAcRt,
double cl)
Implements the splitData function. |
java.lang.String |
toString()
Prints this antecedent |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public double splitPoint
public double supportBound
public boolean fuzzyYet
| Constructor Detail |
|---|
public FURIA.NumericAntd(Attribute a)
| Method Detail |
|---|
public double getSplitPoint()
public java.lang.Object copy()
copy in interface Copyable
public Instances[] splitData(Instances insts,
double defAcRt,
double cl)
insts - the data to be splitdefAcRt - the default accuracy rate for datacl - the class label to be predicted
public double covers(Instance inst)
inst - the instance in question
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||