DFCN icon indicating copy to clipboard operation
DFCN copied to clipboard

graph

Open 11051911 opened this issue 2 years ago • 1 comments

hello,Which method is used to get the graph in the code?

11051911 avatar Sep 06 '23 13:09 11051911

function construct_graph(fname, features, label, method='heat', topk=1) in load_data.py

you also can see the similar method in literature-Structural Deep Clustering Network and the specific location of the code is https://github.com/bdy9527/SDCN/blob/master/calcu_graph.py

Hope that helps.

lianghuayun avatar Nov 25 '24 07:11 lianghuayun