Click or drag to resize
Accord.NET (logo)

LinguisticVariableGetLabel Method

Returns an existing label from the linguistic variable.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public FuzzySet GetLabel(
	string labelName
)
Request Example View Source

Parameters

labelName
Type: SystemString
Name of the label to retrieve.

Return Value

Type: FuzzySet
Reference to named label (FuzzySet).
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe label indicated was not found in the linguistic variable.
See Also