Determines how much the given value (usually another IFuzzySet) equals the fuzzy set.
Namespace: FuzzyLogic
Parameters
FuzzySet
Type: TFuzzySet
Type: TFzyFloat
For two fuzzy sets, the FuzzyEquals method works by finding the Maximum value of the Minimum values. In other words, if at some X point, the first fuzzy set equals 0.2 and the second fuzzy set equals 0.4, the minimum value (0.2) is selected. Then, the maximum value of all minimum values over the universe of discourse is returned |
Reference |