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.

anaoprea
Node
since ‎11-21-2022
‎12-07-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello!   I am trying to compute pair-wise cosine similarity scores between ~80K nodes. However, after some tens of seconds of computation, the browser goes grey blank. I increased the heap size to 10G, but I get the same issue. What should I do? Than...
Hello! Is the node similarity streaming supposed to yield all pair-wise comparisons between nodes in a graph? Thank you!
Hello! I noticed that neo4j will not render all pair-wise node similarities between nodes. I know that those with 0 connections are not taken into consideration, but for 76.000 nodes, I receive back only 702.718 records. I manually checked for scores...