upperBound {RankAggregator} | R Documentation |
Upper bound value
Description
This function is called by RankAggregator
::consensusRanking
.
The upper bound value is the value used by the branch and bound
algorithm in determining whether or not to replace the current incumbent
solution.
Usage
upperBound(ccr, umat)
Arguments
ccr |
a vector of rank positions that is a candidate complete ranking |
umat |
a |
Value
A numeric value for the upper bound of a candidate complete ranking
[Package RankAggregator version 0.0.1 Index]