Fuzzy markup language: Difference between revisions

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">
<TSKVariableTSKTerm name="tipaverage" scaleorder="null0" accumulation="MAX" defuzzifier="WA" >
type="output">
<TSKTerm name="average" order="0">
<TSKValue>1.6</TSKValue>
</TSKTerm>
Line 148 ⟶ 145:
</TSKTerm>
</TSKVariable>
<KnowledgeBase>
..........
</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.