更新时间:2022-09-20 GMT+08:00
三角计数(triangle_count)(1.0.0)
参数 | 是否必选 | 说明 | 类型 | 取值范围 |
|---|---|---|---|---|
statistics | 否 | 是否仅输出总的统计量结果:
| Boolean | true或false,默认为true。 |
参数 | 类型 | 说明 |
|---|---|---|
triangle_count | Integer | 三角形个数 |
vertex_triangles | List | 各节点的三角形个数,格式: [{vertexId : vertexTriangleCount},...], 其中, vertexId:string类型 vertexTriangleCount:Integer类型 |
父主题:算法API参数参考

