Shen-Lab/SS-GCNs

what is the mean of cluster_labels?

cquzys opened this issue · 2 comments

Hello:
Thanks for your good jobs, but I do not know how can we obtain the datasets in folder clustrer_labels? what is the difference between ss_lables and labels?

thank you!

Hi @cquzys,

Thanks for your interest in our work. In the code, I pre-calculate ss_labels for node clustering ss task to accelerate the experiments, and therefore for ss_labels in node clustering task I just load the clustrer_labels, while other tasks the ss_labels are generated during code running. Thank you for the reminder of it and I will upload the clustrer_labels generation code to avoid further confusion (simply k-means cluster based on node features).

cluster_labels generation code is uploaded:
https://github.com/Shen-Lab/SS-GCNs/blob/master/SS-GCNs/clu.py