Click or drag to resize
Accord.NET (logo)

FuzzySet Constructor

Initializes a new instance of the FuzzySet class.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public FuzzySet(
	string name,
	IMembershipFunction function
)
Request Example View Source

Parameters

name
Type: SystemString
Name of the fuzzy set.
function
Type: Accord.FuzzyIMembershipFunction
Membership function that will define the shape of the fuzzy set.
See Also