overlap: Compute the overlap between k ranked lists

View source: R/RcppExports.R

overlapR Documentation

Compute the overlap between k ranked lists

Description

Computes the overlap (number of items present in all k lists divided by the current rank) for each rank in the k lists

Usage

overlap(rankMat)

Arguments

rankMat

A matrix with k columns corresponding to the k ranked lists. Elements of each column are integers between 1 and the length of the lists

Value

A vector of the same length as the rows in rankMat containing the overlap between the lists for each rank

Author(s)

Claus Ekstrøm <ekstrom@sund.ku.dk>


SuperRanker documentation built on Aug. 28, 2023, 1:08 a.m.