| Package | Description |
|---|---|
| net.sf.tweety.math.func | |
| net.sf.tweety.math.func.fuzzy |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxFunction
The maximum function.
|
class |
SmoothingFunction
A function that smoothes two values with a smooting factor, i.e.
|
| 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 |
LukasiewiczNorm
Represents the Lukasiewicz-norm in fuzzy logic, i.e., T(x,y)=max(x+y-1,0)
|
class |
MaximumCoNorm
Represents the maximum-conorm in fuzzy logic, i.e., S(x,y)=max(x,y)
|
class |
MinimumNorm
Represents the minimum-norm in fuzzy logic, i.e., T(x,y)=min(x,y)
|
class |
ProbabilisticSum
Represents the probabilistic sum in fuzzy logic, i.e., S(x,y)=x+y-xy
|
class |
ProductNorm
Represents the product-norm in fuzzy logic, i.e., T(x,y)=xy
|
class |
TCoNorm
Represents a T-norm in fuzzy logic, i.e., a generalization of a logical
conjunction on values in [0,1].
|
class |
TNorm
Represents a T-norm in fuzzy logic, i.e., a generalization of a logical
conjunction on values in [0,1].
|
Copyright © 2018. All rights reserved.