Description Usage Arguments Value Author(s) See Also Examples
View source: R/gespeR-concordance.R
Evaluates the rank biased overlap (rbo) of two ranked lists based on formula based on (32) from "A Similarity Measure for Indefinite Rankings" (Webber et al.). Two ranked lists with high rbo are very similar, wheras low rbo indicates dissimilar lists. rbo ranges between 0 and 1. In this method the extrapolated version of rbo is implemented.
1 2 |
s |
List 1 |
t |
List 2 |
p |
Weighting parameter in [0, 1]. High p implies strong emphasis on top ranked elements |
k |
Evaluation depth for extrapolation |
side |
Evaluate similarity between the top or the bottom of the ranked lists |
mid |
Set the mid point to for example only consider positive or negative scores |
uneven.lengths |
Indicator if lists have uneven lengths |
rank biased overlap (rbo)
Fabian Schmich
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.