graphon signal

[[concept]]

Graphon signal

A graphon signal is defined as a function

NOTE

contrast this with graph signals, which we defined as .

NOTE

We focus on signals in , or “finite energy signals”:

Analogously to the graphon, a graphon signal is {==the limit of a convergent sequence of graph signals.==} As when defining our cut distance for differently sized graphs, the graph signals may {not be comparable} since the dimension changes with the number of nodes. We solve this with an {==induced graphon signal==}

Review

dsg

Mentions

Mentions

TABLE
FROM [[]]
 
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
 
WHERE !direct_source
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>
}