Hi! I am working on community detection.

I want to change the community id from a vertex to test the modularity of the 
graph

Is there any good way to do it?

I am thinking to set the community id for a vertex attribute before change using

g.vs["group"]=community.membership

Thank you

                                                            K
 

_______________________________________________
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to