Question 6

 Consider the following network:

The Girvan–Newman algorithm detects communities by iteratively removing edges with the highest edge betweenness centrality.

Which edge is most likely to be removed first?

a) (2,4)

b) (4,6)

c) (4,5)

d) (3,7)

e) None of the above.

Original idea by George Gigilas Junior

Comentários

  1. Betweenness centrality is costly to calculate. My would be (7,8), b ut I need to check.

    ResponderExcluir
  2. Hmm maybe I misunderstood it, but I thought it would be (3,7). There is just one path per node that crosses (7,8)

    ResponderExcluir

Postar um comentário

Postagens mais visitadas deste blog

Question 1

Question 2

Question 3