Description Usage Arguments Value Examples
Following Ojala&Garriga (2010): "Permutation tests for studying classifier performance"
1 | permutation_precision(p, k)
|
p |
The p value |
k |
Number of permutation iterations |
The precision given p
and k
.
1 2 3 | permutation_precision(0.05,1000)
permutation_precision(0.01,1000)
permutation_precision(0.01,100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.