Label Propagation (2.1.8)
| Parameter | Mandatory | Description | Type | Value Range | Default Value |
|---|---|---|---|---|---|
| coveragence | 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 | 1000 |
| initial | No | Name of the property used as the initialization label on a vertex | String | Empty or character string
NOTE: If the value of initial is a character string, the number of vertices with initialization labels must be greater than 0 and less than the total number of vertices. | - |
For details about algorithm iterations and convergence, see ges_03_0077.html#ges_03_0077__li137501137205318.
| Parameter | Type | Description |
|---|---|---|
| community | List | Community corresponding to each vertex. The format is: [{vertexId:communityId},...] where vertexId is of the string type. communityId is of the string type. |
Last Article: Closeness Centrality (1.0.0)
Next Article: Louvain (2.2.1)
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.