home Forums # Technical Support handling sets for inputs Reply To: handling sets for inputs

#977

Hi,

given SET_1 = {LOW, MEDIUM, HIGH}, where each item is a membership function, you are looking for rules stated as:

if keyword is LOW or keyword is MEDIUM then Likelihood is MODERATE.

You group propositions utilizing the or connector, and you will need to set an S-Norm as a disjunction operator to handle the propositions in the antecedent linked with or.

Cheers.