pub fn mean_of_maximum(fuzzy_set: &FuzzySet) -> Option<f64>
Mean of Maximum defuzzification.
Returns the average of all x values where membership is maximum.