kernel cut metric

[[concept]]
Cut Metric

The cut metric for two graphons (kernels) is given by

δ(W,W)=infφ||WφW||

Where |||| is the cut norm and Wφ(u,v)=W(φ(u),φ(v)) and φ are measure-preserving bijections (on the unit interval)
^definition

see also cut distance, kernel cut norm

Note

We can think of the φ as "permutations"

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