Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #136 from Nicole00/algo_readme
Browse files Browse the repository at this point in the history
add desc for GraphTriangleCount
  • Loading branch information
jievince authored Sep 7, 2021
2 parents d73f6db + 059a55a commit 89d5ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions nebula-algorithm/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ nebula-algorithm 是一款基于 [GraphX](https://spark.apache.org/graphx/) 的
|StronglyConnectedComponent| 强联通分量 |社区发现|
| ShortestPath | 最短路径 |路径规划、网络规划|
| TriangleCount | 三角形计数 |网络结构分析|
| GraphTriangleCount |全图三角形计数|网络紧密性分析|
| BetweennessCentrality | 介数中心性 |关键节点挖掘,节点影响力计算|
| DegreeStatic | 度统计 |图结构分析|

Expand Down
3 changes: 2 additions & 1 deletion nebula-algorithm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nebula-algorithm is a Spark Application based on [GraphX](https://spark.apache.o
|StronglyConnectedComponent| community detection|
| ShortestPath | path plan, network plan|
| TriangleCount | network structure analysis|
| GraphTriangleCount | network structure and tightness analysis|
| BetweennessCentrality | important node digging, node influence calculation|
| DegreeStatic | graph structure analysis|

Expand Down Expand Up @@ -82,4 +83,4 @@ Nebula Algorithm is open source, you are more than welcomed to contribute in the
- Discuss in the community via [the forum](https://discuss.nebula-graph.io/) or raise issues here.
- Compose or improve our documents.
- Pull Request to help improve the code itself here.
- Pull Request to help improve the code itself here.

0 comments on commit 89d5ec9

Please sign in to comment.