Skip to content

Commit 1df7e23

Browse files
Replace w. List of Float
1 parent 912a18b commit 1df7e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/asciidoc/algorithms/louvain/louvain.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)