-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathleader-tree.json
61 lines (61 loc) · 1.32 KB
/
leader-tree.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"tag": "AHPTree",
"consistencyValue": null,
"preferenceMatrix": {
"matrix": [
[
1,
4,
3,
7
],
[
0.25,
1,
0.3333333333333333,
3
],
[
0.3333333333333333,
3,
1,
5
],
[
0.14285714285714285,
0.3333333333333333,
0.2,
1
]
]
},
"children": [
{
"tag": "AHPLeaf",
"name": "Experience",
"maximize": true,
"alternativesPriority": null
},
{
"tag": "AHPLeaf",
"name": "Education",
"maximize": true,
"alternativesPriority": null
},
{
"tag": "AHPLeaf",
"name": "Charisma",
"maximize": true,
"alternativesPriority": null
},
{
"tag": "AHPLeaf",
"name": "Age",
"maximize": true,
"alternativesPriority": null
}
],
"childrenPriority": null,
"name": "Choose the Most Suitable Leader",
"alternativesPriority": null
}