Initializes a new Fuzzy InferenceSystem.

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

Syntax

C#
public InferenceSystem(
	Database database,
	IDefuzzifier defuzzifier
)

Parameters

database
Type: AForge.Fuzzy..::.Database
A fuzzy Database containing the system linguistic variables.
defuzzifier
Type: AForge.Fuzzy..::.IDefuzzifier
A defuzzyfier method used to evaluate the numeric uotput of the system.

See Also