Add rule to fuzzy inference system

您所在的位置:网站首页 matlab中evalfis Add rule to fuzzy inference system

Add rule to fuzzy inference system

2023-04-04 14:50| 来源: 网络整理| 查看: 265

Verbose — Linguistic expression in the following format, using the IF and THEN keywords:

"IF THEN ()"

In , specify the membership function for each input variable using the IS or IS NOT keyword. Connect these conditions using the AND or OR keywords. If a rule does not use a given input variable, omit it from the antecedent.

In , specify the condition for each output variable using the IS or IS NOT keyword, and separate these conditions using commas. The IS NOT keyword is not supported for Sugeno outputs. If a rule does not use a given output variable, omit it from the consequent.

Specify the weight using a positive numerical value.

"IF A IS a AND B IS NOT b THEN X IS x, Y IS NOT y (1)"

Symbolic — Expression that uses the symbols in the following table instead of keywords. There is no symbol for the IF keyword.

SymbolKeyword==IS (in rule antecedent)~=IS NOT&AND|OR=>THEN=IS (in rule consequent)

For example, the following symbolic rule is equivalent to the previous verbose rule.

"A==a & B~=b => X=x, Y~=y (1)"


【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3