Executes the fuzzy inference, obtaining a numerical output for a choosen output
linguistic variable.
Namespace:
AForge.FuzzyAssembly: AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
Parameters
- variableName
- Type: System..::.String
Name of the LinguisticVariable to evaluate.
Return Value
The numerical output of the Fuzzy Inference System for the choosen variable.
Exceptions
| Exception | Condition |
|---|---|
| System.Collections.Generic..::.KeyNotFoundException | The variable indicated was not found in the database. |