Learn Before
Theory

Erdös-Rényi Model

The Erdös-Rényi (ER) model is a traditional graph generation approach where the likelihood of an edge existing between any two distinct nodes is an independent, constant probability. This generation process is mathematically expressed as P(A[u,v]=1)=r,u,vV,uvP(A[u,v]=1)=r, \forall u,v \in \mathcal{V}, u \neq v, where the parameter r in [0,1] represents the expected density of the graph.

0

1

Updated 2026-06-16

Tags

Data Science

Related