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