Description Usage Arguments Value
Create an matrix of bootstrapped predictions.
1 2 3 4 5 6 7 8 9 | bootstrappingMetric(
goldStandardMatrix,
predictionsMatrix,
scoreFun = scoreFun,
bootstrapN = bootstrapN,
seed = seed,
doParallel = F,
...
)
|
goldStandardMatrix |
A single column matrix with the gold standard predictions. |
predictionsMatrix |
Columns of prediction sets, in the same order as the goldStandardMatrix. |
bootstrapN |
Number of total bootstraps to perform. |
seed |
Set a seed for bootstrap sampling. |
doParallel |
Bootstrap in parallel. Only works on UNIX based OS. Default FALSE. |
An MxN matrix of bootstrapped predictions where M is the number of bootstraps performed and N is the number of prediction sets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.