Sets a numerical input for one of the linguistic variables of the Database.
Namespace:
AForge.FuzzyAssembly: AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
Parameters
- variableName
- Type: System..::.String
Name of the LinguisticVariable.
- value
- Type: System..::.Single
Numeric value to be used as input.
Exceptions
Exception | Condition |
---|---|
System.Collections.Generic..::.KeyNotFoundException | The variable indicated in variableName was not found in the database. |