stars.roc | R Documentation |
Plot a ROC (reciever operator characteristic) or a Precision-Recall curve along the stars 'confidence path'. Each edge is a number in [0,1], which is on the fraction of inferred graphs over subsamples in which that edge appeared in stars.
stars.roc(optmerge, theta, verbose = TRUE, plot = TRUE, ll = 15)
stars.pr(optmerge, theta, verbose = TRUE, plot = TRUE, ll = 15)
optmerge |
the optimal 'merge' matrix selected by stars |
theta |
the true graph or precision matrix |
verbose |
display messages |
plot |
graph the output |
ll |
number of points for the plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.