Click or drag to resize
Accord.NET (logo)

Rule Constructor (Database, String, String)

Initializes a new instance of the Rule class using as CoNorm the MaximumCoNorm and as Norm the MinimumNorm.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public Rule(
	Database fuzzyDatabase,
	string name,
	string rule
)
Request Example View Source

Parameters

fuzzyDatabase
Type: Accord.FuzzyDatabase
A fuzzy Database containig the linguistic variables (see LinguisticVariable) that will be used in the Rule.
name
Type: SystemString
Name of this Rule.
rule
Type: SystemString
A string representing the Rule. It must be a "IF..THEN" statement. For a more detailed description see Rule class.
See Also