Creates Fuzzy Membership as a result of union (operator OR) 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_or(fuzzy_membership1, fuzzy_membership2, type)

Arguments

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

Examples