Uses of Interface
org.tweetyproject.math.func.BinaryFunction
Package
Description
-
Uses of BinaryFunction in org.tweetyproject.logics.pl.examples
Modifier and TypeFieldDescriptionstatic final BinaryFunction<Double,
Double, Double> StreamInconsistencyEvaluationExample2.STANDARD_AGGFUNCTION
STANDARD AGGFUNCTION -
Uses of BinaryFunction in org.tweetyproject.math.func
Modifier and TypeClassDescriptionclass
The maximum function.class
A function that smoothes two values with a smooting factor, i.e. -
Uses of BinaryFunction in org.tweetyproject.math.func.fuzzy
Modifier and TypeClassDescriptionclass
Represents the bounded sum in fuzzy logic, i.e., S(x,y)=min(x+y,1)class
Represents the Lukasiewicz-norm in fuzzy logic, i.e., T(x,y)=max(x+y-1,0)class
Represents the maximum-conorm in fuzzy logic, i.e., S(x,y)=max(x,y)class
Represents the minimum-norm in fuzzy logic, i.e., T(x,y)=min(x,y)class
Represents the probabilistic sum in fuzzy logic, i.e., S(x,y)=x+y-xyclass
Represents the product-norm in fuzzy logic, i.e., T(x,y)=xyclass
Represents a T-norm in fuzzy logic, i.e., a generalization of a logical conjunction on values in [0,1].class
Represents a T-norm in fuzzy logic, i.e., a generalization of a logical conjunction on values in [0,1].