bdy9527 / SDCN

Structural Deep Clustering Network
Apache License 2.0
262 stars 73 forks source link

graph.txt #7

Closed lhy2749 closed 4 years ago

lhy2749 commented 4 years ago

what is the different between reut1_graph.txt ,reut3_graph.txt, reut5_graph.txt and reut10_graph.txt? when i use 'run sdcn.py --name reut' , i found only 'reut3_graph.txt' is used.But in calcu_graph.py,the fname is 'graph/reut10_graph.txt'. if only one graph.txt is used for sdcn.py?

bdy9527 commented 4 years ago

reut{k}_graph.txt, k means the number of the nearest neighbors

lhy2749 commented 4 years ago

3q