summaryrefslogtreecommitdiff
path: root/examples/original/takagi-sugeno/approximation.fll
diff options
context:
space:
mode:
Diffstat (limited to 'examples/original/takagi-sugeno/approximation.fll')
-rw-r--r--examples/original/takagi-sugeno/approximation.fll11
1 files changed, 6 insertions, 5 deletions
diff --git a/examples/original/takagi-sugeno/approximation.fll b/examples/original/takagi-sugeno/approximation.fll
index 66fb813..63964dc 100644
--- a/examples/original/takagi-sugeno/approximation.fll
+++ b/examples/original/takagi-sugeno/approximation.fll
@@ -1,4 +1,4 @@
-Engine: approximation of sin(x)/x
+Engine: approximation
InputVariable: inputX
enabled: true
range: 0.000 10.000
@@ -14,7 +14,7 @@ InputVariable: inputX
OutputVariable: outputFx
enabled: true
range: -1.000 1.000
- accumulation: none
+ aggregation: none
defuzzifier: WeightedAverage TakagiSugeno
default: nan
lock-previous: true
@@ -31,7 +31,7 @@ OutputVariable: outputFx
OutputVariable: trueFx
enabled: true
range: -1.000 1.000
- accumulation: none
+ aggregation: none
defuzzifier: WeightedAverage
default: nan
lock-previous: true
@@ -40,7 +40,7 @@ OutputVariable: trueFx
OutputVariable: diffFx
enabled: true
range: -1.000 1.000
- accumulation: none
+ aggregation: none
defuzzifier: WeightedAverage
default: nan
lock-previous: false
@@ -50,7 +50,8 @@ RuleBlock:
enabled: true
conjunction: none
disjunction: none
- activation: none
+ implication: none
+ activation: General
rule: if inputX is NEAR_1 then outputFx is f1
rule: if inputX is NEAR_2 then outputFx is f2
rule: if inputX is NEAR_3 then outputFx is f3