Fuzzy markup language: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Task 18 (cosmetic): eval 7 templates: del empty params (4×); hyphenate params (1×);
Line 45:
*defuzzification subsystem.
 
In detail, the opening tag of each FML program is <code><FuzzyController></code> which represents the fuzzy controller under modeling. This tag has two attributes: ''name'' and ''ip''. The first attribute permits to specify the name of fuzzy controller and ''ip'' is used to define the ___location of controller in a computer network. The fuzzy knowledge base is defined by means of the tag <code><KnowledgeBase></code> which maintains the set of [[fuzzy conceptsconcept]]s used to model the fuzzy rule base. In order to define the fuzzy
concept related controlled system, <code><KnowledgeBase></code> tag uses a set of nested tags:
*<code><FuzzyVariable></code> defines the fuzzy concept;