Executes the fuzzy inference, obtaining the FuzzyOutput of the system for the required LinguisticVariable.

Namespace:  AForge.Fuzzy
Assembly:  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

ExceptionCondition
System.Collections.Generic..::.KeyNotFoundExceptionThe variable indicated was not found in the database.

See Also