|
InferenceSystemSetInput Method
|
Sets a numerical input for one of the linguistic variables of the
Database.
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax public void SetInput(
string variableName,
float value
)
Public Sub SetInput (
variableName As String,
value As Single
)
Request Example
View SourceParameters
- variableName
- Type: SystemString
Name of the LinguisticVariable. - value
- Type: SystemSingle
Numeric value to be used as input.
Exceptions Exception | Condition |
---|
KeyNotFoundException | The variable indicated in variableName
was not found in the database. |
See Also