optimize_me | R Documentation |
Internal helper function defining the function to be minimized to solve for the number of true positives and false negatives given known values of false postives, total annotations, and total predictions.
optimize_me(x, fp, anno, preds)
x |
The parameter to be solved for |
fp |
Integer. The total number of false positives. |
anno |
Integer. The total number of truth annotations. |
preds |
Integer. The total number of predictions. |
Numeric. Returns value of function to be minimized when solving for x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.