||
参考1:http://jia1546.is-programmer.com/posts/32327.html
参考2: http://en.wikipedia.org/wiki/Pagerank
参考3: http://blog.sina.com.cn/s/blog_482da2d20102drpt.html
#####1
原PageRank算法是针对有向图,
迭代方程为:,
其中是顶点的PageRank值,是顶点的出度。
对无向带权图中,
迭代方程:
其中是边的权重,是顶点的度数。
####3
x=D(D-alpha*A)^{-1}*1.
有向图 alpha=0.85, 无向图 alpha=1
#### pageRank的 一个简单例子:
http://blog.csdn.net/suncherrydream/article/details/53182632
#### networkx 使用的 例子
http://blog.sina.com.cn/s/blog_720448d301018px7.html
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2025-1-10 17:16
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社