Content deleted Content added
No edit summary |
No edit summary |
||
Line 126:
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<FuzzyController name="newSystem" ip="127.0.0.1">
<KnowledgeBase>
<TSKVariable name="tip" scale="null" accumulation="MAX" defuzzifier="WA" type="output">
<TSKValue>1.6</TSKValue>
</TSKTerm>
Line 148 ⟶ 145:
</TSKTerm>
</TSKVariable>
..........
</FuzzyController>
</source>
The FML definition of rule base component in a Tsk system doesn’t change a lot. The only different thing is that the <code><Clause></code> tag doesn’t have the modifier attribute.
|