small note on table to z-table conversion
Browse files
README.md
CHANGED
|
@@ -33,6 +33,8 @@ Extracted decision matrix:
|
|
| 33 |
| driving | 3:4 | -4:3 | 3:3 | 3:4 | 3:3 |
|
| 34 |
| weight | 5:5 | 3:4 | 4:4 | 1:5 | 5:5 |
|
| 35 |
|
|
|
|
|
|
|
| 36 |
Ranking (TOPSIS):
|
| 37 |
|
| 38 |
```
|
|
|
|
| 33 |
| driving | 3:4 | -4:3 | 3:3 | 3:4 | 3:3 |
|
| 34 |
| weight | 5:5 | 3:4 | 4:4 | 1:5 | 5:5 |
|
| 35 |
|
| 36 |
+
> NOTE: Each cell contains `a:b` indicating a fuzzy rating `a` with confidence level `b`. Every number (`a` and `b`) is on a scale from 1 to 5 and is mapped to predefined z-number A and B fuzzy sets.
|
| 37 |
+
|
| 38 |
Ranking (TOPSIS):
|
| 39 |
|
| 40 |
```
|