Jump to content

HITS algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Watsonladd (talk | contribs) at 00:15, 7 May 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

The HITS algorithim is an alternitive to PageRank. HITS uses two values, the authority value and the hub value. An athority value is computered 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 too. Relevance of the linked pages is also considered in some implementations. The HITS algorithm is stable and patent-free.