Package org.tweetyproject.math.func.fuzzy
package org.tweetyproject.math.func.fuzzy
-
ClassDescriptionRepresents the bounded sum in fuzzy logic, i.e., S(x,y)=min(x+y,1)Implements the default fuzzy negation x -> x-1Represents a fuzzy negation, i.e., a generalization of a logical negation on values in [0,1].Represents the Lukasiewicz-norm in fuzzy logic, i.e., T(x,y)=max(x+y-1,0)Represents the maximum-conorm in fuzzy logic, i.e., S(x,y)=max(x,y)Represents the minimum-norm in fuzzy logic, i.e., T(x,y)=min(x,y)Represents the probabilistic sum in fuzzy logic, i.e., S(x,y)=x+y-xyRepresents the product-norm in fuzzy logic, i.e., T(x,y)=xyRepresents a T-norm in fuzzy logic, i.e., a generalization of a logical conjunction on values in [0,1].Represents a T-norm in fuzzy logic, i.e., a generalization of a logical conjunction on values in [0,1].