overlap {SuperRanker}R 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>


[Package SuperRanker version 1.2.1 Index]