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