Skip to content

Clique Percolation Method

Choose a tag to compare

@angelosalatino angelosalatino released this 21 May 13:10
· 5 commits to main since this release
499ae52

Clique Percolation Method (CPM) is an algorithm for finding overlapping communities within networks, intruduced by Palla et al. (2005, see references). This implementation in Python, firstly detects communities of size k, then creates a clique graph. Each community will be represented by each connected component in the clique graph.