powered by
Visualize LAUC output sequentially
# S3 method for LAUC plot(x, ...)
An LAUC class object for `plot` method
Not used directly
LAUC
# NOT RUN { library(ROCR) data("ROCR.simple") Loutput <- LAUC(ROCR.simple$predictions, ROCR.simple$labels) plot(Loutput) # }
Run the code above in your browser using DataLab