From 3dbcec56c44066d45e44b9c9be5e88f87d057cb6 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Mon, 18 Apr 2022 14:37:11 +0800 Subject: [PATCH 1/3] update analytics 1.1.0 --- docs-2.0/nebula-analytics.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs-2.0/nebula-analytics.md b/docs-2.0/nebula-analytics.md index f9b741f6e52..86196d279d4 100644 --- a/docs-2.0/nebula-analytics.md +++ b/docs-2.0/nebula-analytics.md @@ -37,6 +37,8 @@ Nebula Analytics supports the following graph algorithms. | PageRank | It is used to rank web pages. | Node importance measurement | | KCore | k-Cores | Node importance measurement | | DegreeCentrality | It is a simple count of the total number of connections linked to a vertex. | Node importance measurement | +| DegreeWithTime | Neighbor statistics based on time range of edge | Node importance measurement | +| PageRankLDBC | Rank web pages compatible with LDBC | Node importance measurement | | TriangleCount | It counts the number of triangles. | Graph feature | | LPA | Label Propagation Algorithm | Community discovery | | WCC | World Competitive Contests | Community discovery | From 864c1ef2d530b346f38f6089dd2a94a1c343010a Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 18 Apr 2022 16:57:56 +0800 Subject: [PATCH 2/3] Update nebula-analytics.md --- docs-2.0/nebula-analytics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/nebula-analytics.md b/docs-2.0/nebula-analytics.md index 86196d279d4..2fc20a190ee 100644 --- a/docs-2.0/nebula-analytics.md +++ b/docs-2.0/nebula-analytics.md @@ -37,7 +37,7 @@ Nebula Analytics supports the following graph algorithms. | PageRank | It is used to rank web pages. | Node importance measurement | | KCore | k-Cores | Node importance measurement | | DegreeCentrality | It is a simple count of the total number of connections linked to a vertex. | Node importance measurement | -| DegreeWithTime | Neighbor statistics based on time range of edge | Node importance measurement | +| DegreeWithTime | Neighbor statistics based on the time range of edge ranks | Node importance measurement | | PageRankLDBC | Rank web pages compatible with LDBC | Node importance measurement | | TriangleCount | It counts the number of triangles. | Graph feature | | LPA | Label Propagation Algorithm | Community discovery | From 2c976f7a89977e485ceb98e57e63b81fd7337c6e Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Fri, 22 Apr 2022 09:56:03 +0800 Subject: [PATCH 3/3] Update nebula-analytics.md --- docs-2.0/nebula-analytics.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs-2.0/nebula-analytics.md b/docs-2.0/nebula-analytics.md index 2fc20a190ee..9448c9fbe72 100644 --- a/docs-2.0/nebula-analytics.md +++ b/docs-2.0/nebula-analytics.md @@ -38,7 +38,6 @@ Nebula Analytics supports the following graph algorithms. | KCore | k-Cores | Node importance measurement | | DegreeCentrality | It is a simple count of the total number of connections linked to a vertex. | Node importance measurement | | DegreeWithTime | Neighbor statistics based on the time range of edge ranks | Node importance measurement | -| PageRankLDBC | Rank web pages compatible with LDBC | Node importance measurement | | TriangleCount | It counts the number of triangles. | Graph feature | | LPA | Label Propagation Algorithm | Community discovery | | WCC | World Competitive Contests | Community discovery |