Executes the fuzzy inference, obtaining the FuzzyOutput of the system for the required
LinguisticVariable.
Namespace:
AForge.FuzzyAssembly: AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public FuzzyOutput ExecuteInference( string variableName ) |
Parameters
- variableName
- Type: System..::.String
Name of the LinguisticVariable to evaluate.
Return Value
A FuzzyOutput containing the fuzzy output of the system for the LinguisticVariable specified in variableName.
Exceptions
Exception | Condition |
---|---|
System.Collections.Generic..::.KeyNotFoundException | The variable indicated was not found in the database. |