File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33CALL gds .wcc .write .estimate (
44 $dependencies_projection + '-cleaned' , {
5- relationshipWeightProperty : $dependencies_projection_weight_property
6- , writeProperty : $dependencies_projection_write_property
5+ writeProperty : $dependencies_projection_write_property
76 , consecutiveIds : true
87} )
98 YIELD requiredMemory
Original file line number Diff line number Diff line change 22
33CALL gds .wcc .stats (
44 $dependencies_projection + '-cleaned' , {
5- relationshipWeightProperty : $dependencies_projection_weight_property
6- , consecutiveIds : true
5+ consecutiveIds : true
76} )
87 YIELD componentCount
98 ,preProcessingMillis
Original file line number Diff line number Diff line change 22
33CALL gds .wcc .mutate (
44 $dependencies_projection + '-cleaned' , {
5- relationshipWeightProperty : $dependencies_projection_weight_property
6- , mutateProperty : $dependencies_projection_write_property
5+ mutateProperty : $dependencies_projection_write_property
76 , consecutiveIds : true
87} )
98 YIELD componentCount
Original file line number Diff line number Diff line change 22
33CALL gds .wcc .stream (
44 $dependencies_projection + '-cleaned' , {
5- relationshipWeightProperty : $dependencies_projection_weight_property ,
6- consecutiveIds : true
5+ consecutiveIds : true
76} )
87 YIELD nodeId , componentId
98 WITH componentId
Original file line number Diff line number Diff line change 22
33CALL gds .wcc .write (
44 $dependencies_projection + '-cleaned' , {
5- relationshipWeightProperty : $dependencies_projection_weight_property
6- , consecutiveIds : true
5+ consecutiveIds : true
76 , writeProperty : 'communityWeaklyConnectedComponentId'
87} )
98YIELD componentCount
You can’t perform that action at this time.
0 commit comments