summaryrefslogtreecommitdiff
path: root/examples/mamdani/octave/mamdani_tip_calculator.fll
blob: b6c192006a9595b5d6f83b39b6fa45e4fd8087c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Engine: Mamdani-Tip-Calculator
InputVariable: FoodQuality
  enabled: true
  range: 1.000 10.000
  term: Bad Trapezoid 0.000 1.000 3.000 7.000
  term: Good Trapezoid 3.000 7.000 10.000 11.000
InputVariable: Service
  enabled: true
  range: 1.000 10.000
  term: Bad Trapezoid 0.000 1.000 3.000 7.000
  term: Good Trapezoid 3.000 7.000 10.000 11.000
OutputVariable: Tip
  enabled: true
  range: 0.000 30.000
  accumulation: AlgebraicSum
  defuzzifier: Centroid 200
  default: nan
  lock-previous: false
  lock-range: false
  term: AboutTenPercent Gaussian 10.000 2.000
  term: AboutFifteenPercent Gaussian 15.000 2.000
  term: AboutTwentyPercent Gaussian 20.000 2.000
OutputVariable: CheckPlusTip
  enabled: true
  range: 1.000 1.300
  accumulation: AlgebraicSum
  defuzzifier: Centroid 200
  default: nan
  lock-previous: false
  lock-range: false
  term: PlusAboutTenPercent Gaussian 1.100 0.020
  term: PlusAboutFifteenPercent Gaussian 1.150 0.020
  term: PlusAboutTwentyPercent Gaussian 1.200 0.020
RuleBlock: 
  enabled: true
  conjunction: AlgebraicProduct
  disjunction: Maximum
  activation: Minimum
  rule: if FoodQuality is Bad and Service is Bad then Tip is AboutTenPercent and CheckPlusTip is PlusAboutTenPercent
  rule: if FoodQuality is Bad and Service is Good then Tip is AboutFifteenPercent and CheckPlusTip is PlusAboutFifteenPercent
  rule: if FoodQuality is Good and Service is Bad then Tip is AboutFifteenPercent and CheckPlusTip is PlusAboutFifteenPercent
  rule: if FoodQuality is Good and Service is Good then Tip is AboutTwentyPercent and CheckPlusTip is PlusAboutTwentyPercent