The FuzzyEngine type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FuzzyEngine | Initializes a new instance of the FuzzyEngine class |
Methods
| Name | Description | |
|---|---|---|
| Defuzzify |
Calculates the defuzzification value with the CoG (Center of Gravity) technique.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Load | Overloaded. | |
| MemberwiseClone | (Inherited from Object.) | |
| Save | Overloaded. | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Consequent |
The consequent variable name.
| |
| FilePath |
The path of the FCL-like XML file in which save the project.
| |
| FuzzyRuleCollection |
A collection of rules.
| |
| LinguisticVariableCollection |
A collection of linguistic variables.
|