Difference between revisions of "Pagerank"

From Cohen Courses
Jump to navigationJump to search
(Created page with 'This is a well-established [[Category::Method|method]] to computed a rank for each web bage in a link structure of the Web. == Introduction== PageRank is a link analysis algorit…')
 
Line 6: Line 6:
 
== References ==  
 
== References ==  
 
[http://en.wikipedia.org/wiki/PageRank Wikipedia Page]
 
[http://en.wikipedia.org/wiki/PageRank Wikipedia Page]
 +
 +
{{#ask: [[UsesMethod::Church's suffix array algorithm]]
 +
| ?AddressesProblem
 +
| ?UsesDataset
 +
}}

Revision as of 08:05, 4 October 2012

This is a well-established method to computed a rank for each web bage in a link structure of the Web.

Introduction

PageRank is a link analysis algorithm, named after Larry Page[1] and used by the Google Internet search engine, that assigns a numerical weighting to each element of a hyperlinked set of documents, such as the World Wide Web, with the purpose of "measuring" its relative importance within the set. The algorithm may be applied to any collection of entities with reciprocal quotations and references.

References

Wikipedia Page