Hi, First my apologies since I am sure this has been explained many times. I have a graph ( created with igraph using python) and I need to find communities ( or clusters , I am not sure what the notation is) in this graph. Since my actual graph has 11,000. vertexes I need to play first with finding these communities or clusters in fake smaller graphs. I am not sure what to do first? which igraph commands to use (in python)? Are there any small examples I could study?
Any guidance would be greatly appreciated Thanks in advance Gino