Описание тега ranking

Ranking is the sorted order of an element in a list of elements. Usually a high ranking means the element is good in terms of certain metric.

ranking is used in:

  • sorting algorithms
  • information retrieval to represent the relevance of documents with respective to the search queries.
  • recommendation to rank top-k items.