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
In that case, could you let me know how to access to newly generated attribute?
Thank you
K
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help