fdr | R Documentation |
Computes the false discovery rate between two matrices
fdr(Wtrue, West, eps = 1e-04)
Wtrue |
true matrix |
West |
estimated matrix |
eps |
real number such that edges whose values are smaller than eps are not considered in the computation of the fscore |
library(spectralGraphTopology) X <- L(c(1, 0, 1)) fdr(X, X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.