Fuzzy Logic 'Connection' function

1 次查看(过去 30 天)
Hi
I have a question regarding to this website I visited.
I want to learn to build a fuzzy logic controller from scratch, but I encountered a problem.
I clicked on the section of 'Building a system from scratch', and my question is what are the functions which are named 'connection' and 'weight'? What do they mean?
I understand the rest of the code but do not understand what these two functions are for. Could somebody help me please.
Thanks very much
Tommy

采纳的回答

Arkadiy Turevskiy
Arkadiy Turevskiy 2014-3-27
The m + n + 1 column contains the weight that is to be applied to the rule. The weight must be a number between zero and one and is generally left as one.
To understand how weights are used, see here and search for "weight".
The m + n + 2 column contains a 1 if the fuzzy operator for the rule's antecedent is AND. It contains a 2 if the fuzzy operator is OR. (so that's the connection).
  1 个评论
Tommy
Tommy 2014-3-28
Thank you very much for your answer, I understand now. Thanks
Tommy

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Fuzzy Inference System Modeling 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by