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.
fuzzy_or(fuzzy_membership1, fuzzy_membership2, type)
fuzzy_membership1 | Fuzzy membership. |
fuzzy_membership2 | Fuzzy membership. |
type | String value indicating type of operation. One of "max", "product", "drastic", "Lukasiewicz", "Nilpotent", "Hamacher". |
fuzzy_or(fuzzy_membership(0.5), fuzzy_membership(0.1), 'max')
→
fuzzy_membership_as_text(fuzzy_or(fuzzy_membership(0.5), fuzzy_membership(0.1), 'max'))
→
'FuzzyMembership(0.5)'