View source: R/normalize_adj_mat.R
normalize_adj_mat | R Documentation |
Symmetric Normalization of Adjancency Matrix
normalize_adj_mat(A)
A |
adjacency matrix |
This function applies the following normalization: a_ij' = a_ij / sqrt(d_i d_j), where d_i is the degree of vertex i
normalized adjacency matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.