|
RulebaseGetRule Method
|
Returns an existing fuzzy rule from the rulebase.
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax public Rule GetRule(
string ruleName
)
Public Function GetRule (
ruleName As String
) As Rule
Request Example
View SourceParameters
- ruleName
- Type: SystemString
Name of the fuzzy Rule to retrieve.
Return Value
Type:
RuleReference to named
Rule.
Exceptions Exception | Condition |
---|
KeyNotFoundException | The rule indicated in ruleName was not found in the rulebase. |
See Also