Gets one of the LinguisticVariable of the Database.
Namespace:
AForge.FuzzyAssembly: AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public LinguisticVariable GetLinguisticVariable( string variableName ) |
Parameters
- variableName
- Type: System..::.String
Name of the LinguisticVariable to get.
Return Value
[Missing <returns> documentation for M:AForge.Fuzzy.InferenceSystem.GetLinguisticVariable(System.String)]
Exceptions
Exception | Condition |
---|---|
System.Collections.Generic..::.KeyNotFoundException | The variable indicated in variableName was not found in the database. |