Fuzzy rule

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. 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 man_height is > 180cm
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 using verbs other than BE in the statement while the latter using 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

<templatestyles src="Asbox/styles.css"></templatestyles>