netbenchmark.data(methods = "all.fast", data = NULL, true.net = NULL,
eval = "AUPR", no.topedges = 20, sym = TRUE, plot = FALSE,
verbose = TRUE)
evaluate
netbenchmark.data
returns a list with three elements.
methods
accepts "all.fast" and "all"
(case insensitive) as a parameters:
RegisterWrapper
.)RegisterWrapper
.)no.topedges
% of the
possible links inferred by each algorithm at each dataset.netbenchmark
, evaluate
,
comp.metr
Data <- grndata::getData(datasource.name="toy")
top20.aupr <- netbenchmark.data(methods="all",data = Data[[1]],
true.net= Data[[2]])
Run the code above in your browser using DataLab