Computing similarity between two lists

后端 未结 7 2117
失恋的感觉
失恋的感觉 2020-12-08 15:37

EDIT: as everyone is getting confused, I want to simplify my question. I have two ordered lists. Now, I just want to compute how similar one list is to the other.

Eg

7条回答
  •  有刺的猬
    2020-12-08 16:01

    I actually know four different measures for that purpose.

    Three have already been mentioned:

    • NDCG
    • Kendall's Tau
    • Spearman's Rho

    But if you have more than two ranks that have to be compared, use Kendall's W.

提交回复
热议问题