Description Usage Arguments Value
Computes a normalized Laplacian of the given adjacency matrix as \mjeqnI - D^-1AI - D^(-1)A or \mjeqnI - D^-1/2AD^-1/2I - D^(-1/2)AD^(-1/2) (symmetric normalization).
1 | utils_normalized_laplacian(A, symmetric = TRUE)
|
A |
rank 2 array or sparse matrix; |
symmetric |
boolean, compute symmetric normalization |
the normalized Laplacian.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.