Skip to content

Commit 13ad610

Browse files
WIP documentation
1 parent 547c0f0 commit 13ad610

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

doc/modules/ROOT/pages/algorithms/clique-counting.adoc

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ include::partial$/algorithms/common-configuration/common-stream-stats-configurat
5656
.Results
5757
[opts="header",cols="1,1,6"]
5858
|===
59-
| Name | Type | Description
60-
| nodeId | Integer | Node ID.
61-
| perNodeCount | List[Integer] | Number of cliques of size ≥ 3 that this node is part of.
59+
| Name | Type | Description
60+
| nodeId | Integer | Node ID.
61+
| perNodeCount | List of Integer | Number of cliques of size ≥ 3 that this node is part of.
6262
|===
6363
======
6464
@@ -92,12 +92,12 @@ include::partial$/algorithms/common-configuration/common-stream-stats-configurat
9292
.Results
9393
[opts="header",cols="1,1,6"]
9494
|===
95-
| Name | Type | Description
96-
| globalCount | List[Integer] | Number of cliques of sizes ≥ 3 in the graph.
97-
| preProcessingMillis | Integer | Milliseconds for preprocessing the graph.
98-
| computeMillis | Integer | Milliseconds for running the algorithm.
99-
| postProcessingMillis | Integer | Milliseconds for computing the global metrics.
100-
| configuration | Map | The configuration used for running the algorithm.
95+
| Name | Type | Description
96+
| globalCount | List of Integer | Number of cliques of sizes ≥ 3 in the graph.
97+
| preProcessingMillis | Integer | Milliseconds for preprocessing the graph.
98+
| computeMillis | Integer | Milliseconds for running the algorithm.
99+
| postProcessingMillis | Integer | Milliseconds for computing the global metrics.
100+
| configuration | Map | The configuration used for running the algorithm.
101101
|===
102102
======
103103
@@ -134,14 +134,14 @@ include::partial$/algorithms/common-configuration/common-mutate-configuration-en
134134
.Results
135135
[opts="header",cols="1,1,6"]
136136
|===
137-
| Name | Type | Description
138-
| globalCount | List[Integer] | Number of cliques of sizes ≥ 3 in the graph.
139-
| nodePropertiesWritten | Integer | Number of properties added to the projected graph.
140-
| preProcessingMillis | Integer | Milliseconds for preprocessing the graph.
141-
| computeMillis | Integer | Milliseconds for running the algorithm.
142-
| postProcessingMillis | Integer | Milliseconds for computing the global metrics.
143-
| mutateMillis | Integer | Milliseconds for adding properties to the projected graph.
144-
| configuration | Map | The configuration used for running the algorithm.
137+
| Name | Type | Description
138+
| globalCount | List of Integer | Number of cliques of sizes ≥ 3 in the graph.
139+
| nodePropertiesWritten | Integer | Number of properties added to the projected graph.
140+
| preProcessingMillis | Integer | Milliseconds for preprocessing the graph.
141+
| computeMillis | Integer | Milliseconds for running the algorithm.
142+
| postProcessingMillis | Integer | Milliseconds for computing the global metrics.
143+
| mutateMillis | Integer | Milliseconds for adding properties to the projected graph.
144+
| configuration | Map | The configuration used for running the algorithm.
145145
|===
146146
======
147147
@@ -177,14 +177,14 @@ include::partial$/algorithms/common-configuration/common-mutate-configuration-en
177177
.Results
178178
[opts="header",cols="1,1,6"]
179179
|===
180-
| Name | Type | Description
181-
| globalCount | List[Integer] | Number of cliques of sizes ≥ 3 in the graph.
182-
| nodePropertiesWritten | Integer | Number of properties written to Neo4j.
183-
| preProcessingMillis | Integer | Milliseconds for preprocessing the graph.
184-
| computeMillis | Integer | Milliseconds for running the algorithm.
185-
| postProcessingMillis | Integer | Milliseconds for computing the global metrics.
186-
| writeMillis | Integer | Milliseconds for writing results back to Neo4j.
187-
| configuration | Map | The configuration used for running the algorithm.
180+
| Name | Type | Description
181+
| globalCount | List of Integer | Number of cliques of sizes ≥ 3 in the graph.
182+
| nodePropertiesWritten | Integer | Number of properties written to Neo4j.
183+
| preProcessingMillis | Integer | Milliseconds for preprocessing the graph.
184+
| computeMillis | Integer | Milliseconds for running the algorithm.
185+
| postProcessingMillis | Integer | Milliseconds for computing the global metrics.
186+
| writeMillis | Integer | Milliseconds for writing results back to Neo4j.
187+
| configuration | Map | The configuration used for running the algorithm.
188188
|===
189189
======
190190
====

0 commit comments

Comments
 (0)