Skip to content

Commit 8c0aa38

Browse files
committed
add clustering suggestion
1 parent 0cec506 commit 8c0aa38

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

genotype-graph.ipynb

+7
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,13 @@
204204
" * use the graph as an input of a GNN"
205205
]
206206
},
207+
{
208+
"cell_type": "markdown",
209+
"metadata": {},
210+
"source": [
211+
"A clustering can be done using the [\"Graclus\" clustering approach](https://www.cs.utexas.edu/users/inderjit/public_papers/multilevel_pami.pdf) implemented [here](https://github.com/rusty1s/pytorch_cluster)."
212+
]
213+
},
207214
{
208215
"cell_type": "code",
209216
"execution_count": null,

0 commit comments

Comments
 (0)