Calculates the defuzzification value with the CoG (Center of Gravity) technique.

Namespace:  DotFuzzy
Assembly:  DotFuzzy (in DotFuzzy.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double Defuzzify()
Visual Basic (Declaration)
Public Function Defuzzify As Double
Visual C++
public:
double Defuzzify()

Return Value

The defuzzification value.

See Also