Description Usage Arguments Value
Returns a permutation that rearranges points, given as columns in a value matrix, via
Pareto-based ranking. Points are ranked by their Pareto front number, ties are broken
by the values of measure
.
1 | orderByParetoMeasure(values, measure = crowding_distance)
|
values |
The value matrix to return the ordering permutation for. Each column represents a point, each row a dimension. |
measure |
The measure used for ranking points that lie on the same Pareto front,
defaults to |
A permutation to rearrange values
based on a Pareto based ranking.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.