From 1aaf04930c1b61e2274880b1c463d66a49d7bc74 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Mon, 13 Feb 2023 08:57:59 +0800 Subject: [PATCH] Update nebula-algorithm.md --- docs-2.0/graph-computing/nebula-algorithm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs-2.0/graph-computing/nebula-algorithm.md b/docs-2.0/graph-computing/nebula-algorithm.md index 01892f00a34..a0bf90888a4 100644 --- a/docs-2.0/graph-computing/nebula-algorithm.md +++ b/docs-2.0/graph-computing/nebula-algorithm.md @@ -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