Returns a floating point value representing the fuzzy set.
Namespace: FuzzyLogic
Delphi |
public |
Return Value
Type: TFzyFloat
The MeanOfMaxima method is a common defuzzification method in control domains, as it is very fast. However, unlike the CenterOfGravity method, this method does not account for local maxima very well. The MeanOfMaxima method returns the average X value for all points on the fuzzy set that are its maximum. After calling a defuzzification method, you may wish to check if the fuzzy set was Undecidable or its CompatibilityIndex. |
Reference |