|
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
)
Public Function GetMembership (
x As Single
) As Single
Request Example
View SourceParameters
- x
- Type: SystemSingle
Value which membership needs to be calculated.
Return Value
Type:
SingleDegree of membership [0..1] of the value to the fuzzy set.
See Also