View source: R/utility_functions.R
pareto_fronts | R Documentation |
Pareto based multi-objective optimization
pareto_fronts(
scores,
metrics,
metric_comparators = get_metric_comparators(metrics)
)
get_metric_comparators(metrics)
scores |
|
metrics |
column names in |
metric_comparators |
list of comparison functions for each metric,
should be |
integer vector of Pareto front number for each row of scores
get_metric_comparators()
: Default metric comparators.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.