public class MinimumNorm extends TNorm
| Constructor and Description |
|---|
MinimumNorm() |
| 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 norm as a mathematical term
|
TCoNorm |
getDualCoNorm()
Returns the dual T-conorm of this T-norm.
|
boolean |
isNilpotent()
A T-norm is nilpotent if there are x,y>0 with t(x,y)=0
|
public Double eval(Double val1, Double val2)
BinaryFunctionpublic TCoNorm getDualCoNorm()
TNormgetDualCoNorm in class TNormpublic Term evalTerm(Term val1, Term val2)
TNormpublic boolean isNilpotent()
TNormisNilpotent in class TNormCopyright © 2018. All rights reserved.