[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2011-04-29T09:22:36+01:00 https://www.forum-gephi.org/app.php/feed/topic/1053 2011-04-29T09:22:36+01:002011-04-29T09:22:36+01:00 https://www.forum-gephi.org/viewtopic.php?t=1053&p=3263#p3263 <![CDATA[Re: About Community detection]]>

Gephi should find the level of highest modularity. To summarize the Louvain algorithm, it is composed of two phases that are alterned until the modularity stops increasing :
In the first phase, nodes are moved to neighboring communities greedily to increase modularity
In the second phase, nodes are grouped into their communities to build a new network between communities, and then phase 1 starts on this new network to group communities together.


Each "phase 1 + phase2" corresponds to a level. It the first "phase 1 + phase 2" corresponds to the first level, then it is the level of lowest modularity (with the highest number of communities). Gephi does not give this level, but the last level, corresponding to several successive community grouping which contains the lowest number of communities but the highest modularity (it is a particularity of the dendogram produced by Louvain, the closest level of the root has the highest modularity).


The partition quality found seems low, but I think it is because of an implementation bug. I am working on it, but I do not know when I will have time to finish. If you have examples of networks with lower quality than expected, it would help me (you can send it to me at the adress my_forum_name@gmail.com).


Regards,

Statistics:Posted by taynaud — 29 Apr 2011 09:22


]]>
2011-04-29T08:32:01+01:002011-04-29T08:32:01+01:00 https://www.forum-gephi.org/viewtopic.php?t=1053&p=3262#p3262 <![CDATA[Re: About Community detection]]>
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,

Clement

Statistics:Posted by seinecle — 29 Apr 2011 08:32


]]>
2011-04-20T16:55:16+01:002011-04-20T16:55:16+01:00 https://www.forum-gephi.org/viewtopic.php?t=1053&p=3105#p3105 <![CDATA[[SOLVED] About Community detection]]>
I would like to know if the implemented version of the Louvain's algorithm is performing a hierarchical community detection or is it just the first level that is calculated in Gephi.

Thanks in advance.

Phil

Statistics:Posted by Phildumoux — 20 Apr 2011 16:55


]]>