Description Usage Arguments Value Author(s) Examples
return AUC score for JointNets method
1 |
simulationresult |
output from the function simulation() |
gm_method |
method name from any one of the JointNets methods |
lambdas |
a vector of lambda values for the JointNets method to run with |
... |
extra parameters passed to the JointNets method such as lambda, epislon and etc, refer to each method for details (eg, ?simule) |
AUC score, a list of precisions and recalls
Zhaoyang Wang (Author), Zhaoyang Wang (maintainer) zw4dn@virginia.edu
1 2 3 4 5 6 7 | simulationresult = simulation(n=c(100,100,100))
AUC_result = AUC(simulationresult,lambdas = seq(0.1,2,0.5),epsilon = 2)
AUC_result
graphics.off()
par(ask = FALSE)
par(mfrow = c(1, 1))
plot(AUC_result$fPM,AUC_result$tPM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.