View source: R/vectorisedCalculations.R
fBeta | R Documentation |
in the terminology here x is prediction and y is outcome / gold standard
fBeta(p_x1y1, p_x0y1, p_x1y0, beta = 1)
p_x1y1 |
probability of cooccurrence of x and y - true positives. |
p_x0y1 |
probability of occurrence of y without x - false positives |
p_x1y0 |
probability of occurrence of x without y - false negatives |
betathe |
beta coefficient for the f score |
the fBeta score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.