getpareto {sad} | R Documentation |
Determine the set of pareto optimal forecasts in a matrix of scores
getpareto(scores)
scores |
a matrix of negatively oriented scores where the rows correspond to different forecasts and the columns denote different scores. |
The Pareto set contains all those forecasts for which no other forecast is better in every respect. In this function, we assume that all scores are negatively oriented, "better" therefore means lower values.
a vector of indices indicating all members of the pareto set.
This function becomes very memory hungry if you have more than 1000 forecasts, be careful.