Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

ruleName
Type: SystemString
Name of the fuzzy Rule to retrieve.

Return Value

Type: Rule
Reference to named Rule.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe rule indicated in ruleName was not found in the rulebase.
See Also