Method | Description | |
---|---|---|
AddRule ( |
Adds a fuzzy rule to the database.
|
|
ClearRules ( ) : void |
Removes all the fuzzy rules of the database.
|
|
GetRule ( string ruleName ) : |
Returns an existing fuzzy rule from the rulebase.
|
|
GetRules ( ) : Accord.Fuzzy.Rule[] |
Gets all the rules of the rulebase.
|
|
Rulebase ( ) : System |
Initializes a new instance of the Rulebase class.
|
public AddRule ( |
||
rule | A fuzzy |
|
return | void |
public GetRule ( string ruleName ) : |
||
ruleName | string | Name of the fuzzy |
return |