cut distance
[[concept]]
Cut distance (arbitrary graphs)
Let
Where
Special Cases
cut distance (same node count, same labels)
cut distance (same node count, potentially different labels)
Let
ie, we look at all possible permutations of the nodes of
Review
Arbitrary graphs {are not comparable as graphs on their own}, so we compare them as {induced graphons} instead
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>
}