create_predictions | R Documentation |
generate prediction matrix for classifer based on Gaussian score
create_predictions(n = 1000, m = 20, p = 0.6, auclist = NULL, y = NULL)
n |
the sample size |
m |
the number of AUC values |
p |
the prevalence |
auclist |
A list of AUC (optional) |
y |
the list of labels (optional) |
predictions, actual_labels, actual_performance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.