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.

RooSoft
Node
since ‎12-11-2021
‎06-01-2022

User Statistics

  • 2 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Having a large graph named myGraph. Trying to extract a subgraph containing only the most specific nodes. Here is how I create it. CALL gds.beta.graph.create.subgraph( 'large-channels', 'myGraph', 'n.channel_count > 35', 'r.capacity >= 200000...