If I understood your question well, then I'd say that the Louvain algo in Gephi finds just the first level of communities.
To get the next levels, you:
- run the Louvain algo to find communities of Level 1.
- group your nodes by communities (you do that in the partition tab, there is a group / ungroup option)
- save the graph as a gexf file, with the option "only visible graph" (this might be unnecessary, but for safety)
- close your project, open the gexf file, and run the Louvain algo. It will then detect the second level of communities.
I did not check again the original Louvain paper to make sure that the communities of level 2 are just Louvain clusters of communities of level 1, but in my memory that was the logic.
Best,
ClementStatistics:Posted by seinecle — 29 Apr 2011 08:32
]]>