induced graphon signal

[[concept]]
Induced Graphon Signal

Let (Gn,Xn) be a graph signal. The induced graphon signal is defined as the pair (Wn,Xn) where Wn is the induced graphon and

Xn(u)=i=1n[xn]i1(uIi)

Where 1 is the indicator function and

Ik={[k1n,kn)1kn1[n1n,1]k=n

Example

20250324-induced-graphon.png
20250326-graph.png

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>
}