Skip to content

Commit 4b211a1

Browse files
committed
Fix typos in weakly connected components estimation
1 parent 6c7d9ee commit 4b211a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cypher/Community_Detection/Community_Detection_3a_WeaklyConnectedComponents_Estimate.cypher

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Community Detection Label Propagation Estimate
1+
// Community Detection Weakly Connected Components
22

3-
CALL gds.labelPropagation.write.estimate(
3+
CALL gds.wcc.write.estimate(
44
$dependencies_projection + '-cleaned', {
55
relationshipWeightProperty: $dependencies_projection_weight_property
66
,writeProperty: $dependencies_projection_write_property

0 commit comments

Comments
 (0)