|
NotOperatorEvaluate Method
|
Calculates the numerical result of the NOT operation applied to
a fuzzy membership value.
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax public float Evaluate(
float membership
)
Public Function Evaluate (
membership As Single
) As Single
Request Example
View SourceParameters
- membership
- Type: SystemSingle
A fuzzy membership value, [0..1].
Return Value
Type:
SingleThe numerical result of the unary operation NOT applied to
membership.
Implements
IUnaryOperatorEvaluate(Single)See Also