graph motif

[[concept]]
motif

Let F be a graph. F is a motif if it is

aliases:: motifs


Review

#flashcards/math/dsg

Q: What four characteristics do motif graphs have?
-?-
A: undirected, unweighted, one edge per node pair, not loopy

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