@@ -446,13 +446,15 @@ \subsection{F-beta}
446
446
\node [inner sep=2pt, font=\Large ] (a) {
447
447
{
448
448
$ \displaystyle
449
- F_{\beta } = \frac {(1 + \beta ^2) {\color {nmlred}TP}}{(1 + \beta ^2) {\color {nmlred}TP} + {\color {nmlpurple}FP} + \beta ^2 {\color {teal!70!green}FN}}
449
+ F_{\beta } = \frac {(1 + \beta ^2) {\color {nmlred}TP}}{(1 + \beta ^2) {\color {nmlred}TP} + {\color {nmlpurple}FP} + \beta ^2 {\color {teal!70!green}FN}} = \frac {(1 + \beta ^2) \cdot { \color {nmlcyan}P} \cdot { \color {nmlyellow}R}}{ \beta ^2 \cdot { \color {nmlcyan}P} + { \color {nmlyellow}R}}
450
450
$
451
451
}
452
452
};
453
- \draw [-latex, nmlred, semithick] ($ (a.north)+(1.5 , 0.05 )$ ) to[bend left=15] node[pos=1, right] {True positives} +(1,.5);
454
- \draw [-latex, nmlpurple, semithick] ($ (a.south)+(1.2 , -0.05 )$ ) to[bend left=15] node[pos=1, left] {False positives} +(-1,-.5);
455
- \draw [-latex, teal!70!green, semithick] ($ (a.south)+(3.1 ,-0.05 )$ ) to[bend right=15] node[pos=1, right] {False negatives} +(1,-.5);
453
+ \draw [-latex, nmlred, semithick] ($ (a.north)+(-0.5 , 0.05 )$ ) to[bend right=20] node[pos=1, left] {True positives} +(-1,.5);
454
+ \draw [-latex, nmlcyan, semithick] ($ (a.north)+(4.6 ,0.05 )$ ) -- +(0,0.65) node[above, yshift=2pt] {Precision};
455
+ \draw [-latex, nmlpurple, semithick] ($ (a.south)+(-0.8 , -0.05 )$ ) to[bend left=15] node[pos=1, left] {False positives} +(-1,-.5);
456
+ \draw [-latex, teal!70!green, semithick] ($ (a.south)+(1.2 ,-0.05 )$ ) -- +(0,-0.6) node[below, yshift=-2pt] {False negatives};
457
+ \draw [-latex, nmlyellow, semithick] ($ (a.south)+(4.8 ,-0.05 )$ ) -- +(0,-0.6) node[below, yshift=-2pt] {Recall};
456
458
}
457
459
\end {center }
458
460
0 commit comments