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

Setting sigma for adjacency matrix #1

Closed
yjhong89 opened this issue Sep 7, 2020 · 4 comments
Closed

Setting sigma for adjacency matrix #1

yjhong89 opened this issue Sep 7, 2020 · 4 comments

Comments

@yjhong89
Copy link

yjhong89 commented Sep 7, 2020

Hello. I am YJ Hong.

In appendix material in IGNNK paper, there are different sigma settings for different datasets respectively when constructing corresponding adjacency matrix.

Can you let me know how you set sigma ?

For example of NREL dataset, sigma for adjacency matrix is set to 7.5km and I cannot figure out why this value came out.

Thanks in advance.

Regards, YJ Hong.

@Kaimaoge
Copy link
Owner

Kaimaoge commented Sep 9, 2020

Hi, sigma is set according to the variance of the distances between each node. So sigmas for different datasets are different.

@yjhong89
Copy link
Author

yjhong89 commented Sep 9, 2020

@Kaimaoge
Thanks for your answer.
BTW, there are thresholds for adjacency matrix for each dataset, how you set them ? (maybe measure degree fore each node...?)

Thanks.

Regards, YJ Hong

@Kaimaoge
Copy link
Owner

Kaimaoge commented Sep 9, 2020

@Kaimaoge

Thanks for your answer.

BTW, there are thresholds for adjacency matrix for each dataset, how you set them ? (maybe measure degree fore each node...?)

Thanks.

Regards, YJ Hong

For METR-LA and PEMS-Bay, thresholds are 0.1. We set it according to the original paper using those two. We didn't use thresholds for other datasets.

@yjhong89
Copy link
Author

@Kaimaoge
Thanks!

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