Skip to content
New issue

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

Some questions about node selection #4

Open
nosudden opened this issue Dec 2, 2023 · 1 comment
Open

Some questions about node selection #4

nosudden opened this issue Dec 2, 2023 · 1 comment

Comments

@nosudden
Copy link

nosudden commented Dec 2, 2023

Hi, thanks for your work and contribution!

The structure of your code is clear, but when I read the node selection part of the code, I have some questions:

  1. why only Pubmed dataset uses cluster_degree_selection_seperate_fixed function for node selection, while the remaining three datasets use cluster_degree_selection

  2. the obtain_attach_nodes_by_cluster_degree_all function has a combination of clustering and degree, and finally uses np.argsort for ascending order (scores from low to high), which seems a bit different from the paper.
    image

Looking forward to your reply.

@ventr1c
Copy link
Owner

ventr1c commented Feb 13, 2024

Hi thanks for your attention.

If you find any inconsistencies between the code and the paper, please refer to the paper. They have no inherent difference. Feel free to ask if you have other questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants