Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Is it possible to see each relationship's weight value after running PageRank? #856

Open
mading0817 opened this issue Mar 26, 2019 · 0 comments

Comments

@mading0817
Copy link

For example the sample on the neo4j official website:
image
https://neo4j.com/docs/graph-algorithms/current/algorithms/page-rank/

After the query
CALL algo.pageRank('Page', 'LINKS', {iterations:20, dampingFactor:0.85, write: true,writeProperty:"pagerank"}) YIELD nodes, iterations, loadMillis, computeMillis, writeMillis, dampingFactor, write, writeProperty

I got the following result:
image

Is there any ways to find out each LINKS's weight value?

Thanks

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

No branches or pull requests

1 participant