更新时间:2025-06-05 GMT+08:00
        
          
          
        
      
      
      
      
      
      
      
      
  
      
      
      
        
标签传播(label_propagation)(2.1.8)
| 参数 | 是否必选 | 类型 | 取值范围 | 说明 | 默认值 | 
|---|---|---|---|---|---|
| convergence | 否 | Double | 0~1,不包括0和1。 | 收敛精度。 | 0.00001 | 
| max_iterations | 否 | Integer | 最大迭代次数。API调用限制为[1,2147483647],前端调用限制为[1,2000],默认值为1000。 | 最大迭代次数。 | 1000 | 
| initial | 否 | String | 空或字符串。 
 
        说明: 
        当initial取值为“字符串”时,其中具有初始化标签的点的数量应大于0,小于点总数。 | 点上用作初始化标签的属性名称 | - | 
| weight | 否 | String | 空或字符串。 
 
        说明: 
        边上权重应大于0。 | 边上权重 | 空 | 
| 参数 | 类型 | 说明 | 
|---|---|---|
| community | List | 各节点对应的社团(community),格式: [{vertexId:communityId},...] 其中, vertexId: string类型 communityId: string类型 | 
   父主题: 算法API参数参考
  
  
     
      