I have a set which I want to rank based on which entry people favor the most.
The set consists of too many entries for the voters to sort the entire list, and since the set contains some mainstream favorites I don't want voters to pick the top three entries or something similar either.
I have seen pages rank by pairs, be it images or quotes. But is this a good idea way of doing it? Is this representable for the majority or is there any better alternatives?
Ranking by pairs is basically the same as sorting based on the win/lose rate, right?
Thanks.
If you're ranking a large set and pairwise elections are random and repeated, I think it's not an terrible system. Could you expand upon the nature of the problem a bit?
– Andrew Christianson Dec 07 '11 at 18:51