consensus.ranked.list: Computes a consensus ranking

View source: R/consensus.R

consensus.ranked.listR Documentation

Computes a consensus ranking

Description

Computes a consensus ranking (rank aggregation) across tasks.

Usage

## S3 method for class 'ranked.list'
consensus(object, method, ...)

Arguments

object

The ranked asssessment data set.

method

A string specifying the method to derive the consensus ranking, see relations::consensus() for the methods. Consensus ranking according to mean ranks across tasks if method="euclidean" where in case of ties (equal ranks for multiple algorithms) the average rank is used, i.e. ties.method="average".

...

Further arguments passed to or from other functions.


wiesenfa/challengeR documentation built on Aug. 25, 2023, 6:43 a.m.