PageRank icon indicating copy to clipboard operation
PageRank copied to clipboard

page rank implementaion

Open shubhamkhankale opened this issue 8 years ago • 2 comments

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 if sys.argv[2] == 'directed': IndexError: list index out of range

shubhamkhankale avatar Mar 22 '17 16:03 shubhamkhankale

For directed data, run: python pageRank.py <datasource> directed
For undirected data, run: python pageRank.py <datasource> undirected

: )

lxw0109 avatar Aug 16 '17 01:08 lxw0109

@shubhamkhankale

lxw0109 avatar Aug 16 '17 01:08 lxw0109