Last chance! 50% off unlimited learning
Sale ends in
huge.roc(est, theta, verbose = TRUE)
est$path
as a graph path and est$theta
as the true graph structure.est
is a graph path.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)
#draw ROC curve
Z1 = huge.roc(out1)
#Maximum F1 score
max(Z1$F1)
Run the code above in your browser using DataLab