Description Usage Arguments Value Examples
This method returns indices of samples with low F1-scores, using an outlier heuristic that considers all samples as outliers, when they are below the 25-percent-quantile - 1.5 * inter-quartile-range.
1 | flIdentifyOutliersF1(f1s)
|
f1s |
The list of F1-scores, one entry per sample. |
A vector of indices with low F1-scores.
1 2 3 | f1s <- runif(99, min = 0.42, max = 0.84)
f1s[100] <- 0
flIdentifyOutliersF1(f1s)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.