Plots a heatmap to illustrate the behaviour of different importance consensus metrics.
Usage
show_consensus_metrics(
metrics = c("min", "harmonic", "geometric", "product", "average", "l2", "max")
)
Arguments
- metrics
Character vector of metrics to show. Should be valid values for the
metric
argument ofconsensus_importance_metric()
, i.e. "min", "max", "average", "product", "l2", "geometric", "harmonic".