Calculates the defuzzification value with the CoG (Center of Gravity) technique.
Namespace:
DotFuzzyAssembly: 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() |