Description Usage Arguments Value
Normalizes the given adjacency matrix using the degree matrix as either \mjeqnD^-1AD^(-1)A or \mjeqnD^-1/2AD^-1/2D^(-1/2)AD^(-1/2) (symmetric normalization).
1 | utils_normalized_adjacency(A, symmetric = TRUE)
|
A |
rank 2 array or sparse matrix |
symmetric |
boolean, compute symmetric normalization |
the normalized adjacency matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.