Class LukasiewiczNorm

java.lang.Object
org.tweetyproject.math.func.fuzzy.TNorm
org.tweetyproject.math.func.fuzzy.LukasiewiczNorm
All Implemented Interfaces:
BinaryFunction<Double,Double,Double>

public class LukasiewiczNorm extends TNorm
Represents the Lukasiewicz-norm in fuzzy logic, i.e., T(x,y)=max(x+y-1,0)
Author:
Matthias Thimm