Click or drag to resize
Accord.NET (logo)

InferenceSystemGetRule Method

Gets one of the Rules of 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 Rule to get.

Return Value

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