Click or drag to resize
Accord.NET (logo)

InferenceSystem Constructor (Database, IDefuzzifier)

Initializes a new Fuzzy InferenceSystem.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public InferenceSystem(
	Database database,
	IDefuzzifier defuzzifier
)
Request Example View Source

Parameters

database
Type: Accord.FuzzyDatabase
A fuzzy Database containing the system linguistic variables.
defuzzifier
Type: Accord.FuzzyIDefuzzifier
A defuzzyfier method used to evaluate the numeric uotput of the system.
See Also