Skip to content

Commit 08b020c

Browse files
Merge pull request #5370 from IoannisPanagiotas/louvain-modularities-to-float
Replace w. List of Float in Louvain docs
2 parents 0be375d + de2c48c commit 08b020c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/asciidoc/algorithms/louvain/louvain.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ YIELD
9393
communityCount: Integer,
9494
ranLevels: Integer,
9595
modularity: Float,
96-
modularities: List of Integer,
96+
modularities: List of Float,
9797
communityDistribution: Map,
9898
configuration: Map
9999
----
@@ -114,7 +114,7 @@ include::specific-configuration.adoc[]
114114
| communityCount | Integer | The number of communities found.
115115
| ranLevels | Integer | The number of supersteps the algorithm actually ran.
116116
| modularity | Float | The final modularity score.
117-
| modularities | List of Integer | The modularity scores for each level.
117+
| modularities | List of Float | The modularity scores for each level.
118118
| communityDistribution | Map | Map containing min, max, mean as well as p50, p75, p90, p95, p99 and p999 percentile values of community size for the last level.
119119
| configuration | Map | The configuration used for running the algorithm.
120120
|===
@@ -137,7 +137,7 @@ YIELD
137137
communityCount: Integer,
138138
ranLevels: Integer,
139139
modularity: Float,
140-
modularities: List of Integer,
140+
modularities: List of Float,
141141
nodePropertiesWritten: Integer,
142142
communityDistribution: Map,
143143
configuration: Map
@@ -160,7 +160,7 @@ include::specific-configuration.adoc[]
160160
| communityCount | Integer | The number of communities found.
161161
| ranLevels | Integer | The number of supersteps the algorithm actually ran.
162162
| modularity | Float | The final modularity score.
163-
| modularities | List of Integer | The modularity scores for each level.
163+
| modularities | List of Float | The modularity scores for each level.
164164
| nodePropertiesWritten | Integer | Number of properties added to the projected graph.
165165
| communityDistribution | Map | Map containing min, max, mean as well as p50, p75, p90, p95, p99 and p999 percentile values of community size for the last level.
166166
| configuration | Map | The configuration used for running the algorithm.
@@ -186,7 +186,7 @@ YIELD
186186
communityCount: Integer,
187187
ranLevels: Integer,
188188
modularity: Float,
189-
modularities: List of Integer,
189+
modularities: List of Float,
190190
communityDistribution: Map,
191191
configuration: Map
192192
----
@@ -209,7 +209,7 @@ include::specific-configuration-write.adoc[]
209209
| communityCount | Integer | The number of communities found.
210210
| ranLevels | Integer | The number of supersteps the algorithm actually ran.
211211
| modularity | Float | The final modularity score.
212-
| modularities | List of Integer | The modularity scores for each level.
212+
| modularities | List of Float | The modularity scores for each level.
213213
| communityDistribution | Map | Map containing min, max, mean as well as p50, p75, p90, p95, p99 and p999 percentile values of community size for the last level.
214214
| configuration | Map | The configuration used for running the algorithm.
215215
|===

0 commit comments

Comments
 (0)