DFCN
DFCN copied to clipboard
graph
hello,Which method is used to get the graph in the code?
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.