This project achieved Pagerank algorithm by Python3 with Block-Strtip Update algorithm.
Use python main.py
and input blocksize to run this script.
Use python test.py
to verify the algorithm by networkx package.
Data.txt
source node | destination node |
---|---|
... | ... |
result.txt
node id | pagerank value |
---|---|
... | ... |
networkx
scikit-learn