Description Usage Arguments Value See Also
Compares a list of edge probability matrices x
to
a true graph true
, and returns the number of true
and false positives.
1 2 3 |
x |
A list of matrices of class |
true |
A |
thresholds |
A numeric vector of thresholds. |
labels |
A vector of labels |
verbose |
A logical. Should progress should be displayed? |
... |
Further arguments (unused) |
A data frame, with columns estimate
, tp
,
and fp
. The first contains the supplied label; the
latter two contain the number of true and false positives
respectively. Rows correspond to the supplied thresholds,
for each element of the supplied ep.list
.
For individual edge probability matrices see
as.roc.ep
. For graphs,
as.roc.parental
and
as.roc.parental.list
.
as.roc.ep
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.