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

Namespace:  AForge.Fuzzy
Assembly:  AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public Rule(
	Database fuzzyDatabase,
	string name,
	string rule
)

Parameters

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

See Also