We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the cora_adj.npy shows cora dataset have 5278 edges but the detail of this dataset(https://github.com/yueliu1999/Awesome-Deep-Graph-Clustering/blob/main/dataset/README.md) shows this dataset have 5429 edges? why?
The text was updated successfully, but these errors were encountered:
Thanks for your attention. The code counts the undirected edges. The dataset is exactly correct. The same statistics can be found in this link: https://github.com/stsfaroz/Graph-Convolutional-Networks-with-Cora-Dataset/blob/main/GCNN.ipynb.
Graph info: Name: Type: Graph Number of nodes: 2708 Number of edges: 5278 Average degree: 3.8981
Sorry, something went wrong.
No branches or pull requests
the cora_adj.npy shows cora dataset have 5278 edges
but the detail of this dataset(https://github.com/yueliu1999/Awesome-Deep-Graph-Clustering/blob/main/dataset/README.md)
shows this dataset have 5429 edges? why?
The text was updated successfully, but these errors were encountered: