Description Usage Arguments Value Examples
Calculates the Kendall Tau correlation between two ranks
1 | Evaluation.KendallTau(rank1, rank2)
|
rank1 |
two rankings. Order does not matter |
rank2 |
two rankings. Order does not matter |
The Kendall Tau correlation
1 2 3 | rank1 <- scramble(1:10)
rank2 <- scramble(1:10)
Evaluation.KendallTau(rank1, rank2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.