Catalano.Fuzzy
Interface IDefuzzifier
-
- All Known Implementing Classes:
- CentroidDefuzzifier
public interface IDefuzzifierInterface which specifies set of methods required to be implemented by all defuzzification methods that can be used in Fuzzy Inference Systems.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description floatDefuzzify(FuzzyOutput fuzzyOutput, INorm normOperator)Defuzzification method to obtain the numerical representation of a fuzzy output.
-
-
-
Method Detail
-
Defuzzify
float Defuzzify(FuzzyOutput fuzzyOutput, INorm normOperator)
Defuzzification method to obtain the numerical representation of a fuzzy output.- Parameters:
fuzzyOutput- Acontaining the output of several rules of a Fuzzy Inference System. normOperator- Aoperator 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