Gets one of the Rules of the Rulebase.
Namespace:
AForge.FuzzyAssembly: AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
Parameters
- ruleName
- Type: System..::.String
Name of the Rule to get.
Return Value
[Missing <returns> documentation for M:AForge.Fuzzy.InferenceSystem.GetRule(System.String)]
Exceptions
| Exception | Condition |
|---|---|
| System.Collections.Generic..::.KeyNotFoundException | The rule indicated in ruleName was not found in the rulebase. |