Click or drag to resize
Accord.NET (logo)

RulebaseGetRules Method

Gets all the rules of the rulebase.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public Rule[] GetRules()
Request Example View Source

Return Value

Type: Rule
An array with all the rulebase rules.
See Also