Click or drag to resize
Accord.NET (logo)

DatabaseGetVariable Method

Returns an existing linguistic variable from the database.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public LinguisticVariable GetVariable(
	string variableName
)
Request Example View Source

Parameters

variableName
Type: SystemString
Name of the linguistic variable to retrieve.

Return Value

Type: LinguisticVariable
Reference to named LinguisticVariable.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe variable indicated was not found in the database.
See Also