|
@@ -11,6 +11,7 @@
|
|
|
\hfill $p_c = {1 \over 4} \sum_{x \in \{TP, TN\}} (x + FN)(x + FP)$
|
|
\hfill $p_c = {1 \over 4} \sum_{x \in \{TP, TN\}} (x + FN)(x + FP)$
|
|
|
|
|
|
|
|
Where
|
|
Where
|
|
|
|
|
+
|
|
|
- TP is the number of correct predicted positive values.
|
|
- TP is the number of correct predicted positive values.
|
|
|
- TN is the number of correct predicted negative values.
|
|
- TN is the number of correct predicted negative values.
|
|
|
- FN is the number of negative predicted values that should be positive.
|
|
- FN is the number of negative predicted values that should be positive.
|