|
SingletonFunctionGetMembership Method
|
Calculate membership of a given value to the singleton function.
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 will to be calculated.
Return Value
Type:
SingleDegree of membership {0,1} since singletons do not admit memberships different from 0 and 1.
Implements
IMembershipFunctionGetMembership(Single)See Also