Computes value Delta(R_NL) for each neighbor at the same time and returned vector delta with these values.
Delta(R_NL) evaluates the change of stability (R_NL) by removing Com1 from its community and then by moving it into a neighbouring community. The node Com1 is then in cluster_resolution algotithm placed in the community for which this gain is maximum, but only if this gain is positive.
1 | Delta(A, Adj, Com1, Com2)
|
A |
Adjacency matrix |
Adj |
Matrix calxulated from pattern e^(t(B-I))k_j |
Com1 |
node which is considered to change the community |
Com2 |
neighbors of node Com2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.