Chengbin HOU
Chengbin HOU
> Could your provide more datasets that you used in your paper like Hep-th, Autonomous Systems? You may find more datasets here https://github.com/houchengbin/DynWalks if needed. We also provided .py files...
Hi. You may write a .sh file to conduct the grid search. An example of that could be https://github.com/houchengbin/GloDyNE/blob/master/bash/NE_AS733.sh And to run the .sh file, please follow https://github.com/houchengbin/GloDyNE#advanced-for-batch-testing What you...
There might be two possible solutions: 1) You could convert edge list to adjacency list using networkx API (I recommend this one). 2) If you still want to load your...
Please see my attempt below: 1) Put the above edgelist in a file under 'data' folder, namely 'graph.txt'; 2) Generate a file for attributes under 'data' folder, namely 'attr.txt'; ```...
The way to generate datasets have been presented in https://github.com/houchengbin/GloDyNE/tree/master/data as well as in the Section 5.1.1 of our paper. Please let us know if you have further questions.