get_individual_candidates_performance | R Documentation |
Get individual_candidates_performance
get_individual_candidates_performance(
scores,
labels,
best.cutoff = NA,
digit = 2,
specify.sen = NULL,
specify.spe = NULL,
OR = F
)
scores |
Df or list, if data.frame, column is feature. |
labels |
Vector or list |
digit |
2 for 0.01, 3 for 0.001 |
specify.sen |
User can input one or more specific sensitivity |
specify.spe |
User can input one or more specific specificity |
OR |
Default F. If calculate OR or not |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.