Represents the inferential engine.
FuzzyEngine
01 Syntax
Microsoft.VisualBasic.Math.Logical.FuzzyLogic.FuzzyEngine
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| LinguisticVariableCollection | 1 | A collection of linguistic variables. |
| Consequent | 1 | The consequent variable name. |
| FuzzyRuleCollection | 1 | A collection of rules. |
04 Members
Defuzzify
Calculates the defuzzification value with the CoG (Center of Gravity) technique.
Returns
The defuzzification value.
ToModel
Sets the FilePath property and saves the project into a FCL-like XML file.
LinguisticVariableCollection
A collection of linguistic variables.
Consequent
The consequent variable name.
FuzzyRuleCollection
A collection of rules.
Add(LinguisticVariable)
Save(
String, Encoding)