
# 连通分量（connected_component）(1.0.0)
![](https://support.huaweicloud.com/api-ges/public_sys-resources/note_3.0-zh-cn.png)
当前该算法不需要输入parameters参数就可以运行。
表1response_data参数说明 
| 参数           | 类型      | 说明                                                                                                                                                                                          |
|:---|:---|:---|
| Max_WCC_size | Integer | 最大连通分量中节点的个数                                                                                                                                                                                |
| Max_WCC_id   | String  | 最大连通分量对应的连通集合ID                                                                                                                                                                             |
| community    | List    | 各节点对应的连通集合(community)，格式：\[{vertexId:communityId},...\] 其中, vertexId: string类型 communityId: string类型 |
   
