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.

Katz centrality

Hello , I am a complete newbie at cypher and i am trying to use movies graph example to find actors with top 10 Katz centrality along ACTED_IN edges.

Any help is appreciated. 🙂

1 REPLY 1

Hello and welcome to Neo4j Community!

Unfortunately, our Graph Algorithms library does not have an implementation of the Katz centrality algorithm. The closest we have in Eigenvalue. Would that suit your needs?

Elaine