For both ranking methods aggregate-then-rank and rank-then-aggregate the following description is contained in the report:
Algorithms are ordered according to the following chosen ranking scheme:
aggregate using function (“median”) then rank
For both ranking methods aggregate-then-rank and rank-then-aggregate the following description is contained in the report:
Algorithms are ordered according to the following chosen ranking scheme:
aggregate using function (“median”) then rank
actually it was
aggregate using function ("median") then rank
and
rank then aggregate using function ("median") then rank
which is precisely correct.
However, I see that the rank-thenAggregate-thenRank in the latter case is a bit confusing and I shortened to "rank then aggregate using function ("median") "