1% $Revision: 1.1 $
2[System]
3Name='tipper'
4Type='mamdani'
5NumInputs=1
6NumOutputs=1
7NumRules=3
8AndMethod='min'
9OrMethod='max'
10ImpMethod='min'
11AggMethod='max'
12DefuzzMethod='centroid'
13
14[Input1]
15Name='service'
16Range=[0 10]
17NumMFs=3
18MF1='poor':'gaussmf',[1.5 0]
19MF2='good':'gaussmf',[1.5 5]
20MF3='excellent':'gaussmf',[1.5 10]
21
22[Output1]
23Name='tip'
24Range=[0 30]
25NumMFs=3
26MF1='cheap':'trimf',[0 5 10]
27MF2='average':'trimf',[10 15 20]
28MF3='generous':'trimf',[20 25 30]
29
30[Rules]
311, 1 (1) : 1
322, 2 (1) : 1
333, 3 (1) : 1