Description Usage Arguments Details Value
Spectral Decomposition of (Left) Normalized Adjacency Matrix
1 | .adj_eigen_left_norm(x, k, check_dang, check_sym, set_diag_zero)
|
x |
sparse affiliation matrix |
k |
number of (largest) eigenpairs to extract |
check_dang |
check whether there are dangling nodes |
check_sym |
check whether |
set_diag_zero |
if |
the (left) normalized adjacency matrix is defined as A' = D^{-1}A, where D is the diagonal matrix containing the degrees of A.
returns the k
(largest) eigenvalue-eigen vector pairs of the (left) normalized adjacency matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.