|
ProductNormEvaluate Method
|
Calculates the numerical result of the AND operation applied to
two fuzzy membership values using the product rule.
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax public float Evaluate(
float membershipA,
float membershipB
)
Public Function Evaluate (
membershipA As Single,
membershipB As Single
) As Single
Request Example
View SourceParameters
- membershipA
- Type: SystemSingle
A fuzzy membership value, [0..1]. - membershipB
- Type: SystemSingle
A fuzzy membership value, [0..1].
Return Value
Type:
SingleThe numerical result of the AND operation applied to
membershipA
and
membershipB.
Implements
INormEvaluate(Single, Single)See Also