Clique Percolation Method
Clique Percolation Method
Clique percolation
Method
Community
A community is defined as a subset of nodes within the graph such
that connections between the nodes are denser than connections with
the rest of the network.
People with similar interest usually form a part of community and one
person can be a part of many communities.
Clique
A set C is a clique of the graph G(V,E)
iff C ⊆ V(G) and (u, v) ∈ C and u ≠ v ⇒ (u, v) ∈ E(G)