|
||||||||||
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.ProdNorm
public final class ProdNorm
Product 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 the TCo-Norm as a+b-a*b . |
double |
computeTNorm(double a,
double b)
Computes the T-Norm as a*b . |
static Norm |
getInstance()
Returns an static instance of this norm. |
String |
toString()
Returns the string representation Product 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()
public final double computeTNorm(double a, double b)
a*b
.
computeTNorm
in interface Norm
a
- the membership degree of fuzzy membership function Ab
- the membership degree of fuzzy membership function B
public final double computeTCoNorm(double a, double b)
a+b-a*b
.
computeTCoNorm
in interface Norm
a
- the membership degree of fuzzy membership function Ab
- the membership degree of fuzzy membership function B
public final String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |