File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
## Standard
10
10
11
+ <a href =" https://www.codecogs.com/eqnedit.php?latex=$Accuracy=\frac{TP&plus ; TN}{P&plus ; N}$&space;$ErrorRate=1-Accuracy$&space;$Precision=\frac{TP}{TP&plus ; FP}$&space;$Recall=\frac{TP}{TP&plus ; FN}$&space;$F1=\frac{2×TP}{n\_samples&plus ; TP-TN}$ " target =" _blank " ><img src =" https://latex.codecogs.com/gif.latex?$Accuracy=\frac{TP&plus ; TN}{P&plus ; N}$&space;$ErrorRate=1-Accuracy$&space;$Precision=\frac{TP}{TP&plus ; FP}$&space;$Recall=\frac{TP}{TP&plus ; FN}$&space;$F1=\frac{2×TP}{n\_samples&plus ; TP-TN}$ " title =" $Accuracy=\frac{TP+TN}{P+N}$ $ErrorRate=1-Accuracy$ $Precision=\frac{TP}{TP+FP}$ $Recall=\frac{TP}{TP+FN}$ $F1=\frac{2×TP}{n\_samples+TP-TN}$ " /></a >
12
+
11
13
$$ Accuracy=\frac{TP+TN}{P+N} $$
12
14
13
15
$ErrorRate=1-Accuracy$
You can’t perform that action at this time.
0 commit comments