|
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
)
Public Function Evaluate (
variableName As String
) As Single
Request Example
View SourceParameters
- variableName
- Type: SystemString
Name of the LinguisticVariable to evaluate.
Return Value
Type:
SingleThe numerical output of the Fuzzy Inference System for the choosen variable.
Exceptions Exception | Condition |
---|
KeyNotFoundException | The variable indicated was not found in the database. |
See Also