RapidsAtHKUST / SubgraphMatching

In-Memory Subgraph Matching: An In-depth Study by Dr. Shixuan Sun and Prof. Qiong Luo
MIT License
149 stars 37 forks source link

Generate synthetic datasets #8

Open zhangxian314 opened 2 years ago

zhangxian314 commented 2 years ago

Generate synthetic datasets, varied | Σ | and d, what tools do you use? Thank you!

shixuansun commented 2 years ago

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.

zhangxian314 commented 2 years ago

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: @.***>