Uses of Class
org.tweetyproject.math.func.fuzzy.TCoNorm
-
Uses of TCoNorm in org.tweetyproject.logics.pl.analysis
ModifierConstructorDescriptionFuzzyInconsistencyMeasure
(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 org.tweetyproject.math.func.fuzzy
Modifier and TypeClassDescriptionclass
Represents the bounded sum in fuzzy logic, i.e., S(x,y)=min(x+y,1)class
Represents the maximum-conorm in fuzzy logic, i.e., S(x,y)=max(x,y)class
Represents the probabilistic sum in fuzzy logic, i.e., S(x,y)=x+y-xyModifier and TypeMethodDescriptionLukasiewiczNorm.getDualCoNorm()
MinimumNorm.getDualCoNorm()
ProductNorm.getDualCoNorm()
abstract TCoNorm
TNorm.getDualCoNorm()
Returns the dual T-conorm of this T-norm.