evaluationMatrix {RankAggregator} | R Documentation |
This function is called by RankAggregator
::consensusRanking
.
For each pair of Item
s, whenever both Item
s are ranked by the
same Reviewer
, this function sums the occurances when each of the two
Item
s is preferred to the other.
evaluationMatrix(x)
x |
a |
An m x n
pairwise matrix
giving the number of times
Item[m]
is preferred to (i.e. receives a ranking value lower than)
Item[n]
across all Reviewer
Rankings
evaluationMatrix(cook_example)