-
Notifications
You must be signed in to change notification settings - Fork 40
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
Generate synthetic datasets #8
Comments
Thanks for your question. We use PaRMAT to generate the synthetic datasets. You can control the degree by varying the number of edges and vertices. The tool assigning labels and sampling edges is here. As the synthetic dataset is large, we convert the edge list in the text file to binary files to reduce the overhead of loading graphs. The source code of our tool is simple and therefore you can read it to know its functionality. |
Thank you very much!
…------------------ 原始邮件 ------------------
发件人: "RapidsAtHKUST/SubgraphMatching" ***@***.***>;
发送时间: 2021年12月22日(星期三) 上午10:10
***@***.***>;
***@***.******@***.***>;
主题: Re: [RapidsAtHKUST/SubgraphMatching] Generate synthetic datasets (Issue #8)
Thanks for your question.
We use PaRMAT to generate the synthetic datasets. You can control the degree by varying the number of edges and vertices. The tool assigning labels and sampling edges is here. As the synthetic dataset is large, we convert the edge list in the text file to binary files to reduce the overhead of loading graphs. The source code of our tool is simple and therefore you can read it to know its functionality.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Generate synthetic datasets, varied | Σ | and d, what tools do you use? Thank you!
The text was updated successfully, but these errors were encountered: