Skip to content

Commit

Permalink
Update nebula-algorithm.md (#2580)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Feb 13, 2023
1 parent 98c8732 commit c6e49fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs-2.0/graph-computing/nebula-algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ NebulaGraph Algorithm 支持的图计算算法如下。
| DegreeStatic | 度统计 |图结构分析|degree,inDegree,outDegree| int/string |
| ClusteringCoefficient | 聚集系数 |推荐、电信诈骗分析| clustercoefficient |double/string|
| Jaccard | 杰卡德相似度计算| 相似度计算、推荐| jaccard | string |
| BFS | 广度优先遍历| 层序遍历、最短路径规划| bfs | string |
| BFS | 广度优先遍历| 层序遍历、最短路径规划 | bfs | string |
| DFS | 深度优先遍历| 层序遍历、最短路径规划 | dfs | string |
| Node2Vec | - | 图分类 | node2vec | string |

!!! note
Expand Down

0 comments on commit c6e49fb

Please sign in to comment.