Returns an existing linguistic variable from the database.
Namespace:
AForge.FuzzyAssembly: AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public LinguisticVariable GetVariable( string variableName ) |
Parameters
- variableName
- Type: System..::.String
Name of the linguistic variable to retrieve.
Return Value
Reference to named LinguisticVariable.
Exceptions
Exception | Condition |
---|---|
System.Collections.Generic..::.KeyNotFoundException | The variable indicated was not found in the database. |