Package org.tweetyproject.math.func.fuzzy


package org.tweetyproject.math.func.fuzzy
  • Class Summary
    Class
    Description
    Represents the bounded sum in fuzzy logic, i.e., S(x,y)=min(x+y,1)
    Implements the default fuzzy negation x -> x-1
    Represents 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-xy
    Represents the product-norm in fuzzy logic, i.e., T(x,y)=xy
    Represents 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].