Defuzzification method to obtain the numerical representation of a fuzzy output.

Namespace:  AForge.Fuzzy
Assembly:  AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
float Defuzzify(
	FuzzyOutput fuzzyOutput,
	INorm normOperator
)

Parameters

fuzzyOutput
Type: AForge.Fuzzy..::.FuzzyOutput
A FuzzyOutput containing the output of several rules of a Fuzzy Inference System.
normOperator
Type: AForge.Fuzzy..::.INorm
A INorm operator to be used when constraining the label to the firing strength.

Return Value

The numerical representation of the fuzzy output.

See Also