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

graph structure #75

Open
mhy139 opened this issue Jul 14, 2023 · 2 comments
Open

graph structure #75

mhy139 opened this issue Jul 14, 2023 · 2 comments

Comments

@mhy139
Copy link

mhy139 commented Jul 14, 2023

Hello author, I have observed that the graph structure you created in the code is a fully connected graph mechanism, and did not use the construction method of the graph mechanism you mentioned in your paper. May I ask where this part of the code is or if my understanding is incorrect.
I see that the function you are using is “get_fc_graph_struc ” , function "get_prior_graph_struc" seems to be inconsistent with the graph mechanism construction method you mentioned in your paper. Is there any mistake in my understanding?

@d-ailin
Copy link
Owner

d-ailin commented Jul 14, 2023

We use "get_fc_graph_struc" in the code to first build the fully connected graph and later select the top-k edges based on the sensor embeddings' similarities. The "get_prior_graph_struc" is something experimental, that is we have tried to use prior information about the sensors to build a graph, and it is not used in the paper or code.

@mhy139
Copy link
Author

mhy139 commented Jul 16, 2023

Thank you very much for your answer. I have another question. Did you use an MLP when you finally output the results?

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