cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

What does PageRank coefficient mean?

Hello,

I would like to understand the interpretation that I should give to the pageRank coefficient I get from neo4j. For instance, in the example you show on your webpage, the HOME node has a coefficient of 3.23. How should I interpret this number? Is the average number of incoming links?

Thank you!!

3 REPLIES 3

Did you see the documentation of the graph algorithms library? It has a section explaining the page-rank algorithm.

https://r.neo4j.com/algos

Hello Michael,

The documentation explains that the score is a "PageRank weight", but it does not give me details on how I should interpret the number in real terms. What does a score of 3.5 mean? This is what I would like to know.

Thank you very much!

Did you check the wikipedia entry? It captures the transitive importance of a node, based on the number of neighbours pointing to it.