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