I am trying to find potential clusters or groups of nodes (forum messages, in this case).
In the current data, each node (message) has been tentatively grouped together with n other messages, and that group given a name. So, we know that msg ID 1 has been seen together with msg ID 3, and 7, say.
I am currently using that information to construct an edge list (if they have been grouped together, an edge exists), and then using walktrap community to produce a dendrogram.
Are there any other ways to tease out groups or clusters, given the edge list? (I am using R, but pointers to anything would be helpful).
Thanks for your time!