Skip to content

Commit 06ada3e

Browse files
committed
Add changes in results
1 parent 3458093 commit 06ada3e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

doc/asciidoc/migration/migration-triangle-count.adoc

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,40 @@ The `alpha` procedure group `gds.alpha.triangleCount` is being replaced by a pai
3636
| - | `triangleCountProperty`
3737
|===
3838

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+
|===
3957

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+
|===
4074

4175

0 commit comments

Comments
 (0)