Content deleted Content added
Closing stale January merge proposal; no case made; no support over many months |
according to the published schema file in IEEE 1855-2016 the root of the xml has to be fuzzySystem |
||
Line 44:
*defuzzification subsystem.
In detail, the opening tag of each FML program is <code><
concept related controlled system, <code><KnowledgeBase></code> tag uses a set of nested tags:
*<code><FuzzyVariable></code> defines the fuzzy concept;
Line 69:
<syntaxhighlight lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<
<KnowledgeBase>
<FuzzyVariable name="food" domainleft="0.0" domainright="10.0" scale="" type="input">
Line 94:
</KnowledgeBase>
............
</fuzzySystem>
</syntaxhighlight>
Line 134:
<syntaxhighlight lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<
<KnowledgeBase>
.......
Line 154:
<KnowledgeBase>
..........
</fuzzySystem >
</syntaxhighlight>
|