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

const { dateTime } = await cJS()

return function View() {
	const file = dc.useCurrentFile();
	return <p class="dv-modified">Created {dateTime.getCreated(file)}     ֍     Last Modified {dateTime.getLastMod(file)}</p>
}