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.

pagai1
Node
since ‎08-04-2021
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, Marcus here from Germany. Working and writing my Bachelor-Thesis about a performance-comparison between neo4j and networkx. Guess this community can help me a lot. Happy to be here. Regards, Marcus PS: already opened 2 questions.
Hi, I am executing the following Cypher after creation of the called subgraph in a loop. Neo4j 4.2.3 embedded + GDS 1.5.1 running in Eclipse 4.16. CALL gds.pageRank.stream('" + graphName + "', " + "{ " + relWeightProp + " maxIterations: 100, dam...
Hi, I am working with Neo4j 4.2.3 embedded to handle a database together with GDS library 1.5.1. I want to create a Subgraph by executing: try (Transaction tx = graphDB.beginTx()) { if (verbose) { System.out.println("CREATE TEMPORARY SUBGRAP...