Click or drag to resize
Accord.NET (logo)

InferenceSystemEvaluate Method

Executes the fuzzy inference, obtaining a numerical output for a choosen output linguistic variable.

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

Parameters

variableName
Type: SystemString
Name of the LinguisticVariable to evaluate.

Return Value

Type: Single
The numerical output of the Fuzzy Inference System for the choosen variable.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe variable indicated was not found in the database.
See Also