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