--------------------------- DeFuzzifyMaxAv ---------------------------------- defuzzifies the value by averaging the maxima of the sets that have fired OUTPUT = sum (maxima * DOM) / sum (DOMs) -----------------------------------------------------------------------------