diff --git a/docs/user_docs/metrics/openrank.md b/docs/user_docs/metrics/openrank.md index 8d59e99..f536db4 100644 --- a/docs/user_docs/metrics/openrank.md +++ b/docs/user_docs/metrics/openrank.md @@ -14,7 +14,7 @@ PageRank 算法在 1998 年由 Google 的创始人拉里·佩奇和谢尔盖· OpenRank 受启发于 PageRank,但在其基础上进行了优化和扩展,使得该网络算法支持为节点引入初值作为固有属性,并支持将节点的中心性推广到高维空间。 -节点初值的引入使得在实际应用场景中,节点的中心性可以继承其历史数据,从而具有较好的时序连续性,同时 +节点初值的引入使得在实际应用场景中,节点的中心性可以继承其历史数据,从而具有较好的时序连续性,为数据的洞察提供了有效的支撑。 OpenRank 在开源中的应用由两个子算法组成,分别为[全域 OpenRank 影响力算法](global_openrank)和[社区 OpenRank 贡献度算法](community_openrank)。 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/user_docs/metrics/openrank.md b/i18n/en/docusaurus-plugin-content-docs/current/user_docs/metrics/openrank.md index f196c99..089204b 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/user_docs/metrics/openrank.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/user_docs/metrics/openrank.md @@ -14,7 +14,7 @@ The PageRank algorithm was proposed in 1998 by Google founders Larry Page and Se Inspired by PageRank, OpenRank has been optimized and expanded upon, allowing the network algorithm to introduce initial values as inherent attributes for nodes and supporting the extension of nodes' centrality to higher-dimensional spaces. -The introduction of initial values for nodes allows, in practical applications, for the centrality of nodes to inherit historical data, thus maintaining good temporal continuity, while +The introduction of initial values for nodes allows, in practical applications, for the centrality of nodes to inherit historical data, thus maintaining good temporal continuity which has a great supports for the data insight. OpenRank in open source is composed of two sub-algorithms: [Global OpenRank Influence Algorithm](global_openrank) and [Community OpenRank Contribution Algorithm](community_openrank).