Click or drag to resize
Accord.NET (logo)

InferenceSystemExecuteInference Method

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

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public FuzzyOutput ExecuteInference(
	string variableName
)
Request Example View Source

Parameters

variableName
Type: SystemString
Name of the LinguisticVariable to evaluate.

Return Value

Type: FuzzyOutput
A FuzzyOutput containing the fuzzy output of the system for the LinguisticVariable specified in variableName.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe variable indicated was not found in the database.
See Also