Creates Fuzzy Membership as a result of intersection (operator AND) of two fuzzy membership values. The outcome is Fuzzy Membership.

The output cannot be properly represented as Expression outcome. It is only used in other expressions.

Syntax

fuzzy_and(fuzzy_membership1, fuzzy_membership2, type)

Arguments

fuzzy_membership1 Fuzzy membership.
fuzzy_membership2 Fuzzy membership.
type String value indicating type of operation. One of "min", "product", "drastic", "Lukasiewicz", "Nilpotent", "Hamacher".

Examples