β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-08-2020 11:51 PM
Thanks @roberto1.
I will look into it.
β11-09-2021 01:06 AM
Hello
Did you find a solution?
Many thanks
All the sessions of the conference are now available online