we can write a graphon in the basis of its shift operator

[[concept]]

Theorem

We can write the graphon in the basis for its graphon shift operator as (compare this to for a spectral graph filter)

Proof

Since a graphon shift operator is a self-adjoint Hilbert-Schmidt integral operator, this is a direct consequence of the spectral theorem for self-adjoint compact operators on Hilbert spaces.

see graphon shift operator eigenvalues

Review

dsg

We can write the graphon in the basis of its {graphon shift operator}

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