Difference between revisions of "Edge betweenness"

From Cohen Courses
Jump to navigationJump to search
Line 4: Line 4:
  
 
[http://en.wikipedia.org/wiki/Girvan%E2%80%93Newman_algorithm External reference]
 
[http://en.wikipedia.org/wiki/Girvan%E2%80%93Newman_algorithm External reference]
 +
 +
{{#ask: [[UsesMethod::Edge Betweenness]]
 +
| ?AddressesProblem
 +
| ?UsesDataset
 +
}}

Revision as of 05:01, 27 September 2012

It is a method discussed in the paper Girvan et al PNAS 2002.

The paper defines the edge betweenness of an edge as the number of shortest paths between pairs of vertices that run along it. If there is more than one shortest path between a pair of vertices, each path is given equal weight such that the total weight of all the paths is unity.

External reference