I'm working on Fuzzy logic in Java for Android app and I'm using JFuzzy Logic open source library but I couldn't find any reference if we can use any other defuzzification methods except Center of Gravity (COG) method. Can anyone help me or just inform me if we have this ability in JFuzzy logic library or it just works with COG method?
I mean specific in this part:
METHOD : COG; // Use 'Center Of Gravity' defuzzification method
DEFAULT := 0; // Default value is 0 (if no rule activates defuzzifier)
I just after posted this question find answer :)