Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Important Edit: Gave the wrong paper in the link

I am trying to implement the MC4 Markov Chain for a rank aggregation of search results. The equation states:

Select a random page $P$ from the set of all of the search results $S$. Select another random page $Q$ from $S$. If the rank of $Q$ is better (i.e. a lower number) than the rank of $P$ in the majority (=>50%) of the search engines that ranked both $P$ and $Q$, move to $Q$ and $M_p{_q}=1$, else stay at $P$ and $M_p{_q} = 0$

I have a list of 3 search engines. In many cases, only 2 of the 3 search engines rank the same result. This leaves me with a problem in that 1 of 2 the engines will almost certainly rank one result over the other. It doesn't seem correct to say that it is more probable to move from P to Q if it only ranks better 1 out of 2 times. What are your opinions on this?

For those interested, here is a link to the article:

DeConde et al Go to page 6 for the definition

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.