Returns an existing fuzzy rule from 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 fuzzy Rule to retrieve.
Return Value
Reference to named Rule.
Exceptions
| Exception | Condition |
|---|---|
| System.Collections.Generic..::.KeyNotFoundException | The rule indicated in ruleName was not found in the rulebase. |