Skip to content

Commit

Permalink
docs: fix doc
Browse files Browse the repository at this point in the history
Signed-off-by: frank-zsy <[email protected]>
  • Loading branch information
frank-zsy committed Nov 20, 2024
1 parent e2b5b22 commit e2a0f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user_docs/metrics/openrank.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PageRank 算法在 1998 年由 Google 的创始人拉里·佩奇和谢尔盖·

OpenRank 受启发于 PageRank,但在其基础上进行了优化和扩展,使得该网络算法支持为节点引入初值作为固有属性,并支持将节点的中心性推广到高维空间。

节点初值的引入使得在实际应用场景中,节点的中心性可以继承其历史数据,从而具有较好的时序连续性,同时
节点初值的引入使得在实际应用场景中,节点的中心性可以继承其历史数据,从而具有较好的时序连续性,为数据的洞察提供了有效的支撑。

OpenRank 在开源中的应用由两个子算法组成,分别为[全域 OpenRank 影响力算法](global_openrank)[社区 OpenRank 贡献度算法](community_openrank)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit e2a0f96

Please sign in to comment.