nzhiltsov / mocassin

Automatically exported from code.google.com/p/mocassin
0 stars 0 forks source link

Implement baseline ranking #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Static ranking: calculate undirected PageRank measure for the whole 
collection's graph nodes

Original issue reported on code.google.com by nikita.z...@gmail.com on 6 Mar 2012 at 6:28

GoogleCodeExporter commented 9 years ago
Clarification of baseline ranking:
1) For each segment, compute PageRank within its document (PR_s)
2) For each segment, compute PageRank of its document (PR_d)
3) Combine them according to a formula w_1*PR_s + w_2*PR_d (where, f.e., w_1 = 
0.1, w_2 = 0.9)

Original comment by nikita.z...@gmail.com on 23 Mar 2012 at 7:05

GoogleCodeExporter commented 9 years ago

Original comment by nikita.z...@gmail.com on 24 Mar 2012 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by nikita.z...@gmail.com on 28 Mar 2012 at 7:10