PageRank method;
Iterative methods;
Extrapolation methods;
Large and Sparse linear system;
Web search engine;
D O I:
10.1080/02522667.2017.1372914
中图分类号:
G25 [图书馆学、图书馆事业];
G35 [情报学、情报工作];
学科分类号:
1205 ;
120501 ;
摘要:
PageRank is one of the basic metric used in web search technology to rank the web pages. It uses power method to compute principal eigenvector of the web matrix of several billion nodes. PageRank method incorporates a parameter called damping factor that plays a major role in PageRank computation. In this study, we have observed experimentally the efficiency of various iterative methods on hyperlink graph for different value of . We conclude from experiment that Power method is effective and more competitive for the well condition problem i.e. small value of . However, for 1 Power method becomes more complex, and other methods such as Aitken-Power, SOR, and Gauss-Seidel are more efficient than it in respect of CPU time as well as the number of iteration needed for convergence.