更新时间:2024-01-04 GMT+08:00
连通分量(connected_component)(1.0.0)

当前该算法不需要输入parameters参数就可以运行。
参数 | 类型 | 说明 |
|---|---|---|
Max_WCC_size | Integer | 最大连通分量中节点的个数 |
Max_WCC_id | String | 最大连通分量对应的连通集合ID |
community | List | 各节点对应的连通集合(community),格式:[{vertexId:communityId},...] 其中, vertexId: string类型 communityId: string类型 |
父主题:算法API参数参考

