| Package | Description |
|---|---|
| net.sf.tweety.math.func.fuzzy |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundedSum
Represents the bounded sum in fuzzy logic, i.e., S(x,y)=min(x+y,1)
|
class |
MaximumCoNorm
Represents the maximum-conorm in fuzzy logic, i.e., S(x,y)=max(x,y)
|
class |
ProbabilisticSum
Represents the probabilistic sum in fuzzy logic, i.e., S(x,y)=x+y-xy
|
| Modifier and Type | Method and Description |
|---|---|
abstract TCoNorm |
TNorm.getDualCoNorm()
Returns the dual T-conorm of this T-norm.
|
TCoNorm |
MinimumNorm.getDualCoNorm() |
TCoNorm |
LukasiewiczNorm.getDualCoNorm() |
TCoNorm |
ProductNorm.getDualCoNorm() |
Copyright © 2018. All rights reserved.