Click or drag to resize
Accord.NET (logo)

FuzzySetGetMembership Method

Calculate membership of a given value to the fuzzy set.

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

Parameters

x
Type: SystemSingle
Value which membership needs to be calculated.

Return Value

Type: Single
Degree of membership [0..1] of the value to the fuzzy set.
See Also