From d627764a7c49843e84c253ec4e181bc2798df04c Mon Sep 17 00:00:00 2001 From: microLizzy <32970198+microLizzy@users.noreply.github.com> Date: Tue, 15 Oct 2019 23:56:44 -0700 Subject: [PATCH] Update motifs-and-structral-roles_lecture.md --- preliminaries/motifs-and-structral-roles_lecture.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/preliminaries/motifs-and-structral-roles_lecture.md b/preliminaries/motifs-and-structral-roles_lecture.md index 4046679..6adf9c3 100755 --- a/preliminaries/motifs-and-structral-roles_lecture.md +++ b/preliminaries/motifs-and-structral-roles_lecture.md @@ -6,6 +6,8 @@ In this section, we will begin by introducing the defination of subgraphs. Subne For example, in Figure 1 we show all the non-isomorphic directed subgraphs of size 3. These subgraphs differ from each other in the number of edges or direction of edges. +![test](https://github.com/microLizzy/cs224w-notes/tree/notesLiz/assets/img/Exact_Subgraph_Enumeration.png) + ### Motifs Network motifs are recurring, significant patterns of interconnections in the network. Here, pattern means it is small induced subgraph. Note induced subgraph of graph G is a graph formed from a subset X of the vertices of graph G and all of the edges connecting pairs of vertices in subset X.