PageRank
PageRank copied to clipboard
page rank implementaion
python pageRank.py directed is not working
its giving error as follows:
Expected input format: python pageRank.py <data_filename> <directed OR undirected>
Traceback (most recent call last):
File "pageRank.py", line 48, in
For directed data, run:
python pageRank.py <datasource> directed
For undirected data, run:python pageRank.py <datasource> undirected
: )
@shubhamkhankale