We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d024882 commit 73d14efCopy full SHA for 73d14ef
RNN/SCAN_algorithm.ipynb
@@ -90,7 +90,17 @@
90
"이제 **structural similarity**를 통하여 cluster의 중심이 되는 core vertices를 뽑는 법을 정의한다. <br>\n",
91
"\n",
92
"여기서 핵심은, 하나의 cluster에는 하나의 core가 있는 것이 아니라는 점이다. <br>\n",
93
- "\n"
+ "\n",
94
+ "$CORE_{\\epsilon, \\mu}(v) \\Rightarrow |N_\\epsilon (v)| \\geq \\mu $<br>\n",
95
96
+ "$\\mu$ 라는 hyperparam을 통해서 CORE를 정의한다. <br>\n",
97
98
+ "이제 CORE node들이 닫는 node들의 집합, 그리고 이를 통해서 cluster 집합을 정의한다. <br>\n",
99
100
+ "### 3.5 Direct structure Reachability\n",
101
102
+ "이후는 논문으로 설명한다. <br>\n",
103
+ "[ref](http://www.ualr.edu/xwxu/publications/kdd07.pdf)"
104
]
105
}
106
],
0 commit comments