Uses of Class
net.sf.tweety.math.func.fuzzy.TCoNorm
-
Packages that use TCoNorm Package Description net.sf.tweety.logics.pl.analysis net.sf.tweety.math.func.fuzzy -
-
Uses of TCoNorm in net.sf.tweety.logics.pl.analysis
Constructors in net.sf.tweety.logics.pl.analysis with parameters of type TCoNorm Constructor Description FuzzyInconsistencyMeasure(TNorm tnorm, TCoNorm tconorm)
Creates a new measure (T Version) for the given T-norm and T-conorm.FuzzyInconsistencyMeasure(TNorm tnorm, TCoNorm tconorm, byte measure_version)
Creates a new measure for the given T-norm and T-conorm. -
Uses of TCoNorm in net.sf.tweety.math.func.fuzzy
Subclasses of TCoNorm in net.sf.tweety.math.func.fuzzy Modifier and Type Class Description class
BoundedSum
Represents the bounded sum in fuzzy logic, i.e., S(x,y)=min(x+y,1)class
MaximumCoNorm
Represents the maximum-conorm in fuzzy logic, i.e., S(x,y)=max(x,y)class
ProbabilisticSum
Represents the probabilistic sum in fuzzy logic, i.e., S(x,y)=x+y-xyMethods in net.sf.tweety.math.func.fuzzy that return TCoNorm Modifier and Type Method Description TCoNorm
LukasiewiczNorm. getDualCoNorm()
TCoNorm
MinimumNorm. getDualCoNorm()
TCoNorm
ProductNorm. getDualCoNorm()
abstract TCoNorm
TNorm. getDualCoNorm()
Returns the dual T-conorm of this T-norm.
-