Rank Biased Overlap (RBO) ================================================== Rank Biased Overlap (RBO) is a measurement between two rankings that prioritizes overlap at the top of the ranking. This module provides a way to calculate RBO between two rankings, both as a standalone function and as an evaluation measure. API Documentation --------------------------------------------------------- .. autofunction:: pyterrier_alpha.rbo .. autoclass:: pyterrier_alpha.RBO :members: Acknowledgements --------------------------------------------------------- If you use this measure, be sure to cite: .. cite.dblp:: journals/tois/WebberMZ10 This implementation was based on the one provided by `Charlie Clarke `__ to `ir-measures `__.