|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.base.node.mine.bfn.fuzzy.norm.YagerNorm
public final class YagerNorm
SCHWEIZER and SKLAR norm.
| Field Summary |
|---|
| Fields inherited from interface org.knime.base.node.mine.bfn.fuzzy.norm.Norm |
|---|
NORM_KEY, NORMS |
| Method Summary | |
|---|---|
double |
computeTCoNorm(double a,
double b)
Computes fuzzy conjunction. |
double |
computeTNorm(double a,
double b)
Computes the fuzzy disjunction. |
static Norm |
getInstance()
|
static Norm |
getInstance(double p)
|
String |
toString()
Returns the string representation as Yager[p] Norm of this norm. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static final Norm getInstance(double p)
p - current value of this norm
public static final Norm getInstance()
public double computeTNorm(double a,
double b)
Norm
computeTNorm in interface Norma - membership degree of fuzzy membership functionb - membership degree of fuzzy membership function
a and
b using Yager_p norm
public double computeTCoNorm(double a,
double b)
Norm
computeTCoNorm in interface Norma - membership degree of fuzzy membership functionb - membership degree of fuzzy membership function
a and
b using Yager_p Normpublic final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||