You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| communityCount | Integer | The number of communities found.
115
115
| ranLevels | Integer | The number of supersteps the algorithm actually ran.
116
116
| 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.
118
118
| 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.
119
119
| configuration | Map | The configuration used for running the algorithm.
| communityCount | Integer | The number of communities found.
161
161
| ranLevels | Integer | The number of supersteps the algorithm actually ran.
162
162
| 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.
164
164
| nodePropertiesWritten | Integer | Number of properties added to the projected graph.
165
165
| 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.
166
166
| configuration | Map | The configuration used for running the algorithm.
0 commit comments