Network Communities and Affiliation Networks
Network Communities and Affiliation Networks
Affiliation networks
1. Edge Betweenness
Edge betweenness measures the importance of an edge in a network based on
how often it appears on the shortest paths between pairs of nodes. It is commonly
used in identifying crucial edges that connect different parts of a network.
Definition: Edge betweenness of an edge is the sum of the fraction of shortest
paths between all node pairs that pass through 𝑒.
Key Points:
Algorithms like the Louvain or Greedy optimization are used to group nodes into communities.
Applications: