neo4j-graph-algorithms icon indicating copy to clipboard operation
neo4j-graph-algorithms copied to clipboard

Add a personalization vector option for personalized pagerank?

Open ddu1 opened this issue 6 years ago • 1 comments

Maybe I missed it in the documentation, but I couldn't find an option to pass in a non-evenly-distributed personalization vector to the ppr algorithm, other than a list of sourceNodes (which implies evenly-distributed?) :

https://github.com/neo4j-contrib/neo4j-graph-algorithms/blob/3.4.7.0/algo/src/main/java/org/neo4j/graphalgo/PageRankProc.java#L196

It would be a very nice feature to have, similar to what is implemented here.

ddu1 avatar Sep 28 '18 01:09 ddu1

I agree. I believe this is already discussed in #271 , where I suggest passing a named reference to a probability property on the nodes.

ghost avatar Sep 28 '18 06:09 ghost