Description Usage Arguments Value
This help function gets the Fscore from the prcurve. It is expected that first column is recall, second column is precision, as in PRROC prcurves.
1 | Fscore_from_prcurve(prcurve, alpha)
|
prcurve |
Dataframe with first column giving precision, second column recall |
alpha |
Compute the F-alpha score (any positive double) |
Returns a vector of F-scores with same length as number of rows of input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.