Initializes a new instance of the SingletonFunction class.

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

Syntax

C#
public SingletonFunction(
	float support
)

Parameters

support
Type: System..::.Single
Support is the only value of x where the membership function is 1.

See Also