Closed tomasonjo closed 7 years ago
can you please try a different scale_factor in the configuration. default is 100_000 which might be to high; lets try 100 or so: {scaleFactor:100}
Setting scaleFactor to 100 solved the problem.
I will close the issue as you have already created https://github.com/neo4j-contrib/neo4j-graph-algorithms/issues/455
I tried to reproduce this issue on a smaller graph, but I didn't find any small example, that this issue occurs. I was first using cypher loading to load only the biggest component, but tested label loading and the error persists.
Crossreferenced it with gephi. Running algo with
concurrency : 1
delivers same 20 heroes with highest betweenness as gephi, but with some different betweenness weights. Gephi results for reference:Our closeness centrality suffers greatly from disconnected components. If I run the algo only on the largest wCC then the results exactly match. If I will create a separate issue.
Example data:
best to use constraint:
data:
create network:
If i run betwenness with concurrency higher then 1:
Results:
Running betweenness with concurrency 1:
Results: