|
InferenceSystemNewRule Method
|
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax public Rule NewRule(
string name,
string rule
)
Public Function NewRule (
name As String,
rule As String
) As Rule
Request Example
View SourceParameters
- name
- Type: SystemString
Name of the Rule to create. - rule
- Type: SystemString
A string representing the fuzzy rule.
Return Value
Type:
RuleThe new
Rule reference.
See Also