Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page rank implementaion #2

Open
shubhamkhankale opened this issue Mar 22, 2017 · 2 comments
Open

page rank implementaion #2

shubhamkhankale opened this issue Mar 22, 2017 · 2 comments

Comments

@shubhamkhankale
Copy link

python pageRank.py directed is not working
its giving error as follows:
Expected input format: python pageRank.py <data_filename>
Traceback (most recent call last):
File "pageRank.py", line 48, in
if sys.argv[2] == 'directed':
IndexError: list index out of range

@lxw0109
Copy link

lxw0109 commented Aug 16, 2017

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

: )

@lxw0109
Copy link

lxw0109 commented Aug 16, 2017

@shubhamkhankale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants