2012年8月24日

pagerank 算法入门

摘要: http://blog.csdn.net/midgard/article/details/7061721这篇文章很不错。 1 #include <vector> 2 #include <set> 3 #include <string> 4 #include <iostream> 5 6 using namespace std; 7 8 // use graph store webpage, weight representlink times 9 class Node {10 public:11 explicit Node(string name 阅读全文

posted @ 2012-08-24 15:11 kakamilan 阅读(339) 评论(0) 推荐(0) 编辑

导航