Skip to content

HamacherProduct

HamacherProduct

Bases: TNorm

TNorm to compute the Hamacher product of any two values.

Equation

\(a \otimes b=\dfrac{a \times b}{a+b- a \times b}\)

related

Functions

compute

compute(a: Scalar, b: Scalar) -> Scalar

Compute the Hamacher product of two membership function values.

Parameters:

Name Type Description Default
a Scalar

membership function value

required
b Scalar

membership function value

required

Returns:

Type Description
Scalar

\(a \otimes b=\dfrac{a \times b}{a+b- a \times b}\)