2
37kviews
Write steps of Girvan- Newman Algorithm. Explain clustering of Social-Network Graphs using GN algorithm with example?
1 Answer
| written 6.6 years ago by |
In order to find out between edges, we need to calculate shortest paths from going through each of the edges.
Girvan - Newman Algorithm visits each node X once and computes the number of shortest paths from X to each of the other nodes that go through each of the …