Catalano.Fuzzy
Interface ICoNorm
-
- All Known Implementing Classes:
- MaximumCoNorm
public interface ICoNormInterface with the common methods of a Fuzzy CoNorm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description floatEvaluate(float membershipA, float membershipB)Calculates the numerical result of a CoNorm (OR) operation applied to two fuzzy membership values.
-
-
-
Method Detail
-
Evaluate
float Evaluate(float membershipA, float membershipB)Calculates the numerical result of a CoNorm (OR) operation applied to two fuzzy membership values.- Parameters:
membershipA- A fuzzy membership value, [0..1].membershipB- A fuzzy membership value, [0..1].- Returns:
- The numerical result the operation OR applied to
and .
-
-
DataMelt 3.0 © DataMelt by jWork.ORG