Fuzzy markup language: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 154:
As example, let us consider a tsk rule composed by ''(food is rancid) OR (service is very poor)'' as antecedent and, as consequent, ''tip=1.9+5.6*food+6.0*service'' that can be written as ''tip is cheap'' in an implicitly way. So the rule can be written in this way:
'''IF''' ''(food is rancid)'' '''OR''' ''(service is very poor)'' '''THEN''' ''(tip is cheap)''.
 
Let us see how FML defines a rule base with this rule.
Line 178:
</Consequent>
</Rule>
............
</RuleBase>
</source>