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

Incorrect normalization #7

Open
rahuljha opened this issue Mar 3, 2014 · 1 comment
Open

Incorrect normalization #7

rahuljha opened this issue Mar 3, 2014 · 1 comment

Comments

@rahuljha
Copy link

rahuljha commented Mar 3, 2014

Hi,

Thanks for the code, but I noticed that your normalization is incorrect. For correct pagerank calculation, the matrix should be column stochastic, that is the sum of all the values in a column must be 1. Instead, your matrix is row stochastic. This will lead to your pagerank values being almost the same as your initial values.

@SA14226269
Copy link

hi,
Thanks for your code,but if there are some usages and install details will be better.

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