Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划为我的内部项目实施页面排名,我使用这篇文章维基百科得到了一些东西
谁能告诉我如何在java中实际实现它..或逻辑
这是 PageRank 的 Java 实现:http: //jung.sourceforge.net/doc/api/edu/uci/ics/jung/algorithms/importance/PageRank.html,它似乎是JUNG项目的一部分。这可能会帮助你:)
在此处查看第 14.3 段。;)
http://www.cs.cornell.edu/home/kleinber/networks-book/networks-book-ch14.pdf