Skip to content

Releases: eXascaleInfolab/daor

Version evaluated for BigData19 Session 3

10 Oct 17:06
Compare
Choose a tag to compare

DAOR version used for the graph embeddings generation prepared for the Special Session 3 in BigData19.

The attached DAOR binaries are built on Ubuntu x64 16.04. The sources have been uploaded only partially yet (will be fully uploaded soon, or just ask me by the email).

The embeddings are produced by running the batch execution script without any parameters:

./daor.sh

giving that daor and libdaoc.so are located in the same directory and ./networks directory contains required input graphs in the .nse format (the three smallest of them can be extracted from the ./networks/nets3.zip). The batch execution scripts rely on GNU parallel, which can be installed on Linux Debian executing: $ sudo apt-get install parallel.

The required number of dimensions (128 used in the paper) is fetched during the evaluation process when executing the batch evaluation script of the GraphEmbEval framework as follows:

./run.sh -m jaccard -a 'daoc-gr=1' -e 128 --force-dims