|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Norm
Fuzzy norm interface which implements the fuzzy operator for conjunction and disjunction, also known as t-norm and tco-norm.
Field Summary | |
---|---|
static String |
NORM_KEY
Choice of fuzzy norm. |
static Norm[] |
NORMS
Number of available norm choices. |
Method Summary | |
---|---|
double |
computeTCoNorm(double a,
double b)
Computes fuzzy conjunction. |
double |
computeTNorm(double a,
double b)
Computes the fuzzy disjunction. |
Field Detail |
---|
static final String NORM_KEY
static final Norm[] NORMS
Method Detail |
---|
double computeTNorm(double a, double b)
a
- the membership degree of fuzzy membership function Ab
- the membership degree of fuzzy membership function B
double computeTCoNorm(double a, double b)
a
- the membership degree of fuzzy membership function Ab
- the membership degree of fuzzy membership function B
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |