|
IDefuzzifierDefuzzify Method
|
Defuzzification method to obtain the numerical representation of a fuzzy output.
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax float Defuzzify(
FuzzyOutput fuzzyOutput,
INorm normOperator
)
Function Defuzzify (
fuzzyOutput As FuzzyOutput,
normOperator As INorm
) As Single
Request Example
View SourceParameters
- fuzzyOutput
- Type: Accord.FuzzyFuzzyOutput
A FuzzyOutput containing the output of
several rules of a Fuzzy Inference System. - normOperator
- Type: Accord.FuzzyINorm
A INorm operator to be used when constraining
the label to the firing strength.
Return Value
Type:
SingleThe numerical representation of the fuzzy output.
See Also