Compare two revisions of: MC Score Types

... ... @@ -12,6 +12,7 @@ b) For other Types use the command: `\MCScoreType{<score type>}` (does **not** y
12 12 |5| 1 if FP + FN = 0; 0.5 if FP + FN = 1; 0 otherwise (Kprim) |✔️|✔️|✔️|
13 13 |6| TP/T if FP = 0; 0 otherwise|✔️||✔️|
14 14 |7| max(0, (T - F) / (P + N))|✔️|✔️|✔️|
15 +|8|row-wise|||✔️|
15 16 |???| further types will be available in the future| | | ||
16 17
17 18 _TP: true positive, FP: false positive, TN: true negative, FN: false negative, T: all true, P: all positive, N: all negative_
18 19