Click or drag to resize
Accord.NET (logo)

SingletonFunction Constructor

Initializes a new instance of the SingletonFunction class.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public SingletonFunction(
	float support
)
Request Example View Source

Parameters

support
Type: SystemSingle
Support is the only value of x where the membership function is 1.
See Also