huge.roc(path, theta, verbose = TRUE)verbose = FALSE, tracing information printing is disabled. The default value is TRUE.huge and huge-package#generate data
L = huge.generator(d = 200, graph = "cluster", prob = 0.3)
out1 = huge(L$data)
#draw ROC curve
Z1 = huge.roc(out1$path,L$theta)
#Maximum F1 score
max(Z1$F1)Run the code above in your browser using DataLab