
# 标签传播（Label Propagation）(1.0.0)
表1parameters参数说明 
| 参数             | 是否必选 | 说明      | 类型      | 取值范围         | 默认值     |
|:---|:---|:---|:---|:---|:---|
| convergence    | 否    | 收敛精度。   | Double  | 0\~1，不包括0和1。 | 0.00001 |
| max_iterations | 否    | 最大迭代次数。 | Integer | 1\~2000。     | 1000    |
   
表2response_data参数说明 
| 参数        | 类型   | 说明                                                                                                                                                                                                                       |
|:---|:---|:---|
| community | List | 各节点对应的社团(community)，格式： \[{vertexId:communityId},...\] 其中, vertexId: string类型 communityId: string类型 |
   
