Created
September 16, 2021 13:58
-
-
Save Neelam96/b6af46e12a70d1f6f821b21d2c61d045 to your computer and use it in GitHub Desktop.
Steps to generate dataset reordered using Gorder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download links for datasets: | |
LiveJournal - http://snap.stanford.edu/data/soc-LiveJournal1.html | |
com-orkut - http://snap.stanford.edu/data/com-Orkut.html | |
twitter - http://an.kaist.ac.kr/~haewoon/release/twitter_social_graph/twitter_rv.tar.gz | |
pld_arc - http://data.dws.informatik.uni-mannheim.de/hyperlinkgraph/2012-08/pld-arc.gz | |
kron - Refer the issue on GAP benchmark for "Generation of kronecker graphs" (Also see the note below) | |
road - http://www.dis.uniroma1.it/challenge9/data/USA-road-d/USA-road-d.USA.gr.gz | |
urand - Refer bench.mk inside GAP benchmark original repo by Scott (Also see the note below) | |
soc-pokec - http://snap.stanford.edu/data/soc-pokec-relationshps.txt.gz | |
Extract the .zip or .gz files | |
Clone the Gorder repo from: https://github.com/datourat/Gorder | |
Generating the .txt file of reordered dataset: | |
Make the Gorder repo | |
Run: ./Gorder <path-to-.txt-file> -w 5 | |
The final .txt file can be converted to .el file | |
mv <input-file>.txt <input-file>.el |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment