powered by
Calculates the precision and recall of the inferred graph.
prerec(iMatrix, tMatrix)
The undirected adjacency matrix of the inferred graph.
The undirected adjacency matrix of the true graph.
A list. The first element is the precision and the second element is the recall of the inferred graph.