Description Usage Arguments Value Examples
This functions accept two binary numerical arrays
1 | sensitivity(pred, true)
|
pred: |
the prediction array |
true: |
the true array |
sen: sensitivity
1 2 3 | pred <- c(1,1,1)
true <- c(1,1,0)
sensitivity(pred,true)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.