d01e47a806
In most cases, enumerate (a Python standard function) is the best tool to make a ranking. But how about tie scores? This module implements Ranking that looks like enumerate but generates ranks instead of indexes and various strategies to assign ranks to tie scores.
6 lines
267 B
Text
6 lines
267 B
Text
In most cases, enumerate (a Python standard function) is the best tool
|
|
to make a ranking. But how about tie scores?
|
|
|
|
This module implements Ranking that looks like enumerate but generates
|
|
ranks instead of indexes and various strategies to assign ranks to
|
|
tie scores.
|