public class ProbabilisticSum extends TCoNorm
| Constructor and Description |
|---|
ProbabilisticSum() |
| Modifier and Type | Method and Description |
|---|---|
Double |
eval(Double val1,
Double val2)
Evaluates the function for the given elements.
|
Term |
evalTerm(Term val1,
Term val2)
Gives a representation of this conorm as a mathematical term
|
TNorm |
getDualNorm()
Returns the dual T-norm of this T-conorm.
|
boolean |
isNilpotent()
A T-conorm is nilpotent if there are x,y<1 with s(x,y)=1
|
public Double eval(Double val1, Double val2)
BinaryFunctionpublic TNorm getDualNorm()
TCoNormgetDualNorm in class TCoNormpublic Term evalTerm(Term val1, Term val2)
TCoNormpublic boolean isNilpotent()
TCoNormisNilpotent in class TCoNormCopyright © 2018. All rights reserved.