Compare two revisions of: MC Score Types

... ... @@ -5,7 +5,7 @@ b) For other Types use the command: `\MCScoreType{<score type>}` (does **not** y
5 5
6 6 |score type |How the score is computed|mc.multiple|mc.yesno|mc.matrix|
7 7 | :--------: | :-------- | :--------: | :--------: | :--------: |
8 -|1|(TP - (FP / (N + 1) ) ) / P|✔️ (default) ||✔️ (default)|
8 +|1|max(0, (TP - (FP / (N + 1) ) ) / P)|✔️ (default) ||✔️ (default)|
9 9 |2|(TP + TN) / (P + N)|✔️||✔️|
10 10 |3| max(0, (TP - FP) / P)|✔️||✔️|
11 11 |4|column-wise (correct columns / number of columns) |||✔️|
12 12