Skip to content

Instantly share code, notes, and snippets.

@Neelam96
Created September 16, 2021 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neelam96/b6af46e12a70d1f6f821b21d2c61d045 to your computer and use it in GitHub Desktop.
Save Neelam96/b6af46e12a70d1f6f821b21d2c61d045 to your computer and use it in GitHub Desktop.
Steps to generate dataset reordered using Gorder
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