Returns an existing linguistic variable from 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 GetVariable(
	string variableName
)

Parameters

variableName
Type: System..::.String
Name of the linguistic variable to retrieve.

Return Value

Reference to named LinguisticVariable.

Exceptions

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

See Also