Jump to content

Fuzzy rule

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 182.186.129.217 (talk) at 08:07, 20 July 2017 (→‎Comparison between Boolean and fuzzy logic rules). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A fuzzy rule is defined as a conditional statement in the form:

IF x is A
THEN y is B

where x and y are linguistic variables; A and B are linguistic values determined by fuzzy sets on the universe of discourse X and Y, respectively.

Comparison between Boolean and fuzzy logic rules

A classical IF-THEN statement uses binary logic, for instance:

IF BP>120/80 OR Temp>98
THEN man_weight is > 50kg

Comparison between computational verb and fuzzy logic rules

Computational verb rules(verb rules, for short) are expressed in computational verb logic. The difference between verb and fuzzy rules is that the former uses verbs other than BE in the statement while the latter uses verb BE only. For example, the two fuzzy rules in above have the following corresponding computational verb counterparts:

  • IF man_height becomes tall THEN man_weight become heavy;
  • IF man_height increase to tall THEN man_weight probably grow to heavy;

See also