@@ -36,6 +36,40 @@ The `alpha` procedure group `gds.alpha.triangleCount` is being replaced by a pai
36
36
| - | `triangleCountProperty`
37
37
|===
38
38
39
+ .Changes in YIELD fields of `gds.triangleCount`
40
+ [opts=header]
41
+ |===
42
+ |Graph Algorithms v3.5 |Graph Data Science v1.0
43
+ | `nodeId` | `nodeId` footnote:triangle-count-stream-yield[Only for `stream` mode]
44
+ | `triangles` | `triangleCount` footnote:triangle-count-stream-yield[Only for `stream` mode]
45
+ | `triangleCount` | `globalTriangleCount` footnote:triangle-count-write-yield[Not present in `stream` mode]
46
+ | `nodeCount` | `nodeCount` footnote:triangle-count-write-yield[]
47
+ | `averageClusteringCoefficient` footnote:triangle-count-acc-yield[Moved to `gds.localClusteringCoefficient`] | -
48
+ | `clusteringCoefficientProperty` footnote:triangle-count-ccwp-yield[Moved as `writeProperty` to `gds.localClusteringCoefficient`] | -
49
+ | `loadMillis` | `createMillis`
50
+ | `computeMillis` | `computeMillis`
51
+ | `writeMillis` | `writeMillis`
52
+ | `write` | -
53
+ | - | `configuration` footnote:wcc-gds-config[The configuration used to run the algorithm]
54
+ | `writeProperty` footnote:triangle-count-config[Inlined into `configuration`] | -
55
+ | `min, max, mean, p50, p75, p90, p95, p99, p999` | -
56
+ |===
39
57
58
+ .Changes in YIELD fields of `gds.localClusteringCoefficient`
59
+ [opts=header]
60
+ |===
61
+ |Graph Algorithms v3.5 |Graph Data Science v1.0
62
+ | `nodeId` | `nodeId` footnote:lcc-stream-yield[Only for `stream` mode]
63
+ | `localClusteringCoefficient` | `triangleCount` footnote:lcc-stream-yield[Only for `stream` mode]
64
+ | `nodeCount` | `nodeCount` footnote:lcc-write-yield[Not present in `stream` mode]
65
+ | `averageClusteringCoefficient` | `averageClusteringCoefficient` footnote:lcc-write-yield[]
66
+ | `loadMillis` | `createMillis`
67
+ | `computeMillis` | `computeMillis`
68
+ | `writeMillis` | `writeMillis`
69
+ | `write` | -
70
+ | - | `configuration` footnote:wcc-gds-config[The configuration used to run the algorithm]
71
+ | `clusteringCoefficientProperty` footnote:lcc-config[Inlined as `writeProperty` into `configuration`] | -
72
+ | `min, max, mean, p50, p75, p90, p95, p99, p999` | -
73
+ |===
40
74
41
75
0 commit comments