Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-28-2020 03:28 AM
Hello
Is there a way we can implement a betweenness centrality algorithm for a weighted graph.
Thanks.
11-04-2020 11:58 AM
Hi @him4318 the algorithm in GDS is for unweighted graphs, but you could run it, the only thing is the weight its not going to influence the results. maybe you could use Weighted Degree Centrality https://neo4j.com/docs/graph-data-science/current/algorithms/degree-centrality/#algorithms-degree-we...
11-05-2020 02:13 AM
11-05-2020 07:51 AM
well in Neo4j you have two possible solutions for this, you could create procedures https://neo4j.com/blog/intro-user-defined-procedures-apoc/
or you could create a functions
https://neo4j.com/developer/cypher/procedures-functions/#_extending_cypher
11-09-2021 01:06 AM
Hello
Did you find a solution?
Many thanks
All the sessions of the conference are now available online