View source: R/SourceCodePTNWNeu.R
frobenius.metric | R Documentation |
This function calculates the Frobenius metric between two adjacency matrices of the same dimension.
frobenius.metric(A, B)
A, B |
adjacency matrices of the same dimension |
This function calculates the Frobenius metric between two adjacency matrices of the same dimension. The Frobenius metric is an overall characteristic that can be employed to compare two networks.
the Frobenius metric between the two adjacency matrices A
and B
A<-create.adjacency.matrix(ExDataA,methodlist=list("Spearman")) B<-create.adjacency.matrix(ExDataB,methodlist=list("Spearman")) frobenius.metric(A,B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.