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

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

Syntax

possibilistic_and(fuzzy_membership1, fuzzy_membership2, type)

Arguments

possibilistic_membership1 Possibilistic membership.
possibilistic_membership2 Possibilistic membership.
type String value indicating type of operation. One of "min", "product", "drastic", "Lukasiewicz", "Nilpotent", "Hamacher".

Examples