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.

luan_zhong1
Node Link
since ‎02-18-2020
‎06-01-2022

User Statistics

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

User Activity

Hi community, I used algo.unionFind in graph algorithm package for community detection, and got the community detection result. Here is my code: CALL algo.unionFind('HMGS', 'jaccard', {weightProperty:'jaccard_weight', defaultValue:0.0, threshold:0.03...
Hi, I am trying to bulid the relationship between my nodes. However, the "variable not defined "error messages keep pop up in my neo4j browser, even though the variable existed. When I run this LOAD CSV WITH HEADERS FROM 'file:///genes2hallmark.csv'...
Kudos from