Connected Component
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, in [{vertexId:communityId},...] format. where vertexId is of the string type. communityId is of the string type. |