Louvain (1.0.0)
| Parameter | Mandatory | Description | Type | Value Range | Default Value |
|---|---|---|---|---|---|
| convergence | No | Convergence | Double | A real number between 0 and 1 (excluding 0 and 1) | 0.00001 |
| max_iterations | No | Maximum iterations | Integer | 1 to 2000 | 100 |
| Parameter | Type | Description |
|---|---|---|
| modularity | Double | Modularity |
| community_num | Integer | Number of communities |
| community | List | Community corresponding to each vertex. The format is: [{vertexId:communityId},...] Where, vertexId: string type communityId: string type |
Last Article: Label Propagation (1.0.0)
Next Article: Appendix
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.