fully random graph

[[concept]]
Fully Random Graph

Fully random graphs are a way to sample a graph from a graphon. Like a weighted graph (sample), the nodes are sampled uniformly from the unit interval ( uiU[0,1] ).

The edges are sampled as

[An]ij=[An]jiBernoulli(W(ui,uj))

So the resulting graph is undirected and unweighted .

Mentions

Mentions

Created 2025-03-26 Last Modified 2025-05-13