Computing similarity between two lists

后端 未结 7 2147
失恋的感觉
失恋的感觉 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 15:56

    Is the list of documents exhaustive? That is, is every document rank ordered by system 1 also rank ordered by system 2? If so a Spearman's rho may serve your purposes. When they don't share the same documents, the big question is how to interpret that result. I don't think there is a measurement that answers that question, although there may be some that implement an implicit answer to it.

提交回复
热议问题