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...