Gets one of the LinguisticVariable of the Database.

Namespace:  AForge.Fuzzy
Assembly:  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

ExceptionCondition
System.Collections.Generic..::.KeyNotFoundExceptionThe variable indicated in variableName was not found in the database.

See Also