Microsoft Store
 

HITS algorithm


 

The HITS ("hypertext induced topic selection") algorithm is an algorithm for rating, and therefore also ranking, Web pages. HITS uses two values for each page, the authority value and the hub value. Authority and hub values are defined in terms of one another in a mutual recursion. An authority value is computed as the sum of the scaled hub values that point to that page. A hub value is the sum of the scaled authority values of the pages it points to. Relevance of the linked pages is also considered in some implementations.

Related Topics:
Algorithm - Ranking - Web page - Mutual recursion

~ ~ ~ ~ ~ ~ ~ ~ ~ ~