We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7d9ee commit 4b211a1Copy full SHA for 4b211a1
1 file changed
cypher/Community_Detection/Community_Detection_3a_WeaklyConnectedComponents_Estimate.cypher
@@ -1,6 +1,6 @@
1
-// Community Detection Label Propagation Estimate
+// Community Detection Weakly Connected Components
2
3
-CALL gds.labelPropagation.write.estimate(
+CALL gds.wcc.write.estimate(
4
$dependencies_projection + '-cleaned', {
5
relationshipWeightProperty: $dependencies_projection_weight_property
6
,writeProperty: $dependencies_projection_write_property
0 commit comments