Description Usage Arguments Value Examples
wraper of auc from ROCR
1 | auc(pred, label)
|
pred |
Predictions. |
label |
Labels. |
The Area Under the Curve value.
1 2 3 4 5 6 7 8 9 | data=generate_missing_data(n=100,p=10,r=1,type="scale-free", plot=FALSE)
PLNfit<-norm_PLN(data$Y)
MO<-PLNfit$MO
SO<-PLNfit$SO
sigma_O=PLNfit$sigma_O
initClique=data$TC
initList=initVEM(cliqueList=initClique,sigma_O, MO,r=1 )
nestorFit=nestorFit( MO,SO, initList=initList, maxIter=3,verbatim=1)
res=auc(nestorFit$Pg,data$G)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.