Uses of Class
org.tweetyproject.math.func.fuzzy.TCoNorm
Packages that use TCoNorm
-
Uses of TCoNorm in org.tweetyproject.logics.pl.analysis
Constructors in org.tweetyproject.logics.pl.analysis with parameters of type TCoNormModifierConstructorDescriptionFuzzyInconsistencyMeasure(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
Subclasses of TCoNorm in org.tweetyproject.math.func.fuzzyModifier and TypeClassDescriptionclassRepresents the bounded sum in fuzzy logic, i.e., S(x,y)=min(x+y,1)classRepresents the maximum-conorm in fuzzy logic, i.e., S(x,y)=max(x,y)classRepresents the probabilistic sum in fuzzy logic, i.e., S(x,y)=x+y-xyMethods in org.tweetyproject.math.func.fuzzy that return TCoNormModifier and TypeMethodDescriptionLukasiewiczNorm.getDualCoNorm()MinimumNorm.getDualCoNorm()ProductNorm.getDualCoNorm()abstract TCoNormTNorm.getDualCoNorm()Returns the dual T-conorm of this T-norm.