|
InferenceSystemGetRule Method
|
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 Rule to get.
Return Value
Type:
RuleExceptions Exception | Condition |
---|
KeyNotFoundException | The rule indicated in ruleName
was not found in the rulebase. |
See Also