cut distance

[[concept]]

Cut distance (arbitrary graphs)

Let and be two graphs with possibly different node counts and respectively. The cut distance is given by Where are the induced graphons of the graphs.

Special Cases

cut distance (same node count, same labels)

Let and be graphs with the same and the same node sets (ie, same node labelling). The cut distance is given by where is the cut norm.

cut distance (same node count, potentially different labels)

Let and have the same number of nodes . The cut distance is given by ie, we look at all possible permutations of the nodes of WRT the node labelings of .


Review

dsg

Arbitrary graphs {are not comparable as graphs on their own}, so we compare them as {induced graphons} instead

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