Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 241 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 241 Bytes

deepwalk

weighted deepwalk implementation in c++.

Usage

python scripts/validate_graph.py data/sample.edgelist.txt
make
./run_main data/sample.edgelist.txt 34 1 25 40 random_walks.txt

Requirements

C++11
OpenMP