Uses of Interface
org.tweetyproject.math.func.BinaryFunction
Packages that use BinaryFunction
Package
Description
-
Uses of BinaryFunction in org.tweetyproject.logics.pl.examples
Fields in org.tweetyproject.logics.pl.examples declared as BinaryFunctionModifier and TypeFieldDescriptionstatic BinaryFunction<Double,Double,Double>StreamInconsistencyEvaluationExample2.STANDARD_AGGFUNCTIONSTANDARD AGGFUNCTION -
Uses of BinaryFunction in org.tweetyproject.math.func
Classes in org.tweetyproject.math.func that implement BinaryFunctionModifier and TypeClassDescriptionclassThe maximum function.classA function that smoothes two values with a smooting factor, i.e. -
Uses of BinaryFunction in org.tweetyproject.math.func.fuzzy
Classes in org.tweetyproject.math.func.fuzzy that implement BinaryFunctionModifier and TypeClassDescriptionclassRepresents the bounded sum in fuzzy logic, i.e., S(x,y)=min(x+y,1)classRepresents the Lukasiewicz-norm in fuzzy logic, i.e., T(x,y)=max(x+y-1,0)classRepresents the maximum-conorm in fuzzy logic, i.e., S(x,y)=max(x,y)classRepresents the minimum-norm in fuzzy logic, i.e., T(x,y)=min(x,y)classRepresents the probabilistic sum in fuzzy logic, i.e., S(x,y)=x+y-xyclassRepresents the product-norm in fuzzy logic, i.e., T(x,y)=xyclassRepresents a T-norm in fuzzy logic, i.e., a generalization of a logical conjunction on values in [0,1].classRepresents a T-norm in fuzzy logic, i.e., a generalization of a logical conjunction on values in [0,1].