fixed coefficients yield the same spectral response for both graphon and graph convolutions

[[concept]]

Important

Given the same (fixed) coefficients , define the graph convolution . The spectral representation of that convolution is

Review

dsg

If we fix the coefficients for a graph convolution, the {ass||spectral representation||attribute} of the resulting graph filter {has||is the same||relationship} as the {ass||spectral representation||attribute} of {hha||the graphon convolution/filter||relation} with the same coefficients

Mentions

Mentions

TABLE file.mday as "Last Modified"
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
SORT file.mday ASC
SORT file.name ASC
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>
}