graph motif
[[concept]]
motif
Let
- undirected
- unweighted
- with 1 edge per node pair
- not loopy (no self edges)
^definition
aliases:: motifs
Review
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>
}