Description Usage Arguments Examples
Function to estimate number of communities K from an adjacency matrix A by computing the number of singular values above sqrt(n), where n is the number of nodes in the graph.
1 | choose_K_svt(A)
|
A |
A symmetric adjacency matrix with entries of 0 or 1 |
1 | choose_K_svt(A)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.