Connected Component (1.0.0)
This algorithm can run without specifying its parameters.
| Parameter | Type | Description |
|---|---|---|
| Max_WCC_size | Integer | Maximum number of vertices in the largest connected component |
| Max_WCC_id | String | ID of the largest connected component |
| community | List | Connected component set (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: Common Neighbors (1.0.0)
Next Article: Degree Correlation (1.0.0)
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.