Description Usage Arguments Value Author(s)
This function computes the f1-score for an inferred topology using a topology provided by the user.
1 | eval.network(topo, true.topo)
|
topo |
Inferred topology, an edge between to variables X and Y corresponds to net[X,Y]=1. |
true.topo |
topology the user wants to compare the inferred topology with, e.g. the true network using generated datasets. An edge between to variables X and Y corresponds to net[X,Y]=1. |
The computed f1-score, defined as 2*TP/(2*TP+FN+FP)
Benjamin Haibe-Kains, Catharina Olsen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.