|
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
)
Public Function GetLabel (
labelName As String
) As FuzzySet
Request Example
View SourceParameters
- labelName
- Type: SystemString
Name of the label to retrieve.
Return Value
Type:
FuzzySetReference to named label (
FuzzySet).
Exceptions Exception | Condition |
---|
KeyNotFoundException | The label indicated was not found in the linguistic variable. |
See Also