HITS algorithm
Appearance
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.