Technology
 

Ranking Algorithms

From Varamozhi

Contents

[edit] Idea

math are lists of entries. math are entries of the list math.

The closeness meassure math between math and math is math

Rank w.r.t. math of an entry math is math for math

[edit] Interface Tables

Bloglist table
List URL
Blog URL
Blog URL table
Blog URL
Sequence number

Newer entries have higher sequence numbers.

List URL table
List URL
Timestamp of last success
Number of failed access

[edit] Computing Closeness vector

Closeness vector table
List URL 1
List URL 2
closeness value

[edit] Updating Closeness Vector Table

For every new blog URL a added to the list1,
   For every list2,

      If a is in list2,
         Increment closeness value of (list1, list2).

      If a is not in list2,
         Decrement closeness value of (list1, list2).

[edit] Ranking blog URLs w.r.t a bloglist A

For every blog url a,
   For every bloglist B containing a,
       Rank of a += Closeness(A,B)

Sorted primarily by Rank then by sequence number.