Catalano.Fuzzy
Interface INorm
-
- All Known Implementing Classes:
- MinimumNorm, ProductNorm
public interface INormInterface with the common methods of a Fuzzy Norm.All fuzzy operators that act as a Norm must implement this interface.
-
-
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 Norm (AND) operation applied to two fuzzy membership values.
-
-
-
Method Detail
-
Evaluate
float Evaluate(float membershipA, float membershipB)Calculates the numerical result of a Norm (AND) 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 AND applied to
and .
-
-
DataMelt 3.0 © DataMelt by jWork.ORG