Click or drag to resize
Accord.NET (logo)

InferenceSystemGetLinguisticVariable Method

Gets one of the LinguisticVariable of the Database.

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

Parameters

variableName
Type: SystemString
Name of the LinguisticVariable to get.

Return Value

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