You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I implemented the LPA algorithm and the Louvain algorithm and compared the result with igraph. I found that they are different. For example, as for LPA, the igraph will get about 3040 communities, but my own code will get about 4050 communities. As for Louvain, the igraph will get 13 communities, but my code will get 55 communities. Actually, the results from my code are very similar to the igraph, only in about 7 communities, my code will divide the whole community to 3 or 4 communities, so as to lead the number of communities is different to the igraph.
Could you explain why it occurs the scale problem?
The text was updated successfully, but these errors were encountered:
Hi, I implemented the LPA algorithm and the Louvain algorithm and compared the result with igraph. I found that they are different. For example, as for LPA, the igraph will get about 30
40 communities, but my own code will get about 4050 communities. As for Louvain, the igraph will get 13 communities, but my code will get 55 communities. Actually, the results from my code are very similar to the igraph, only in about 7 communities, my code will divide the whole community to 3 or 4 communities, so as to lead the number of communities is different to the igraph.Could you explain why it occurs the scale problem?
The text was updated successfully, but these errors were encountered: