Description Usage Arguments Value Examples
Calculates the location of the True winner in the estimated ranking
1 | Evaluation.LocationofWinner(EstimatedRank, TrueRank)
|
EstimatedRank |
estimated ranking |
TrueRank |
true ranking |
The location of the true best in the estimated rank
1 2 3 | rank1 <- scramble(1:10)
rank2 <- scramble(1:10)
Evaluation.LocationofWinner(rank1, rank2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.