Documentation of 'Catalano.Fuzzy.IDefuzzifier' Java class
IDefuzzifier
Catalano.Fuzzy

Interface IDefuzzifier

  • All Known Implementing Classes:
    CentroidDefuzzifier


    public interface IDefuzzifier
    Interface which specifies set of methods required to be implemented by all defuzzification methods that can be used in Fuzzy Inference Systems.
    • Method Detail

      • Defuzzify

        float Defuzzify(FuzzyOutput fuzzyOutput,
                        INorm normOperator)
        Defuzzification method to obtain the numerical representation of a fuzzy output.
        Parameters:
        fuzzyOutput - A containing the output of several rules of a Fuzzy Inference System.
        normOperator - A operator to be used when constraining the label to the firing strength.
        Returns:
        The numerical representation of the fuzzy output.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.