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.

ldj20
Node Link
since ‎07-16-2021
‎01-09-2023

User Statistics

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

User Activity

I want to set a property to either a variable or -1 if the variable is exactly equal to 0. How would I do this?
I'm currently trying to use the graph data science library to calculate weighted pagerank. The provided algorithm doesn't calculate pagerank the way I want to, but it would only take a minor change code-wise to get it the way I want. As such, I want ...
I'm currently trying to use several graph data science library functions on a relatively large amount of data (millions of nodes and relationships). First off I need to create a projection, so I just copied this from documentation and ran it: CALL gd...
I'm looking to use some beta functions from the Graph Data Science Library that are in version 1.6+, but I'm seeing Neo4j Desktop says "compatible version: 1.4.1." Is there any way to get later versions?
I'm wondering if it's possible to include something like apoc.create.setProperty or apoc.refactor.invert inside an iterate statement. Something like: CALL apoc.periodic.iterate("MATCH ()-[rel:RELATED]->() RETURN rel", "CALL apoc.refactor.invert(rel)...
Kudos from
Kudos given to