Learn R Programming

benchmark (version 0.3-6)

boxplot.AlgorithmPerformance: Common visualizations of algorithm performances

Description

Common visualizations of algorithm performances

Usage

"boxplot"(x, order.by = median, order.performance = 1, dependence.show = c("outliers", "all", "none"), dependence.col = alpha("black", 0.1), ...)
densityplot(x, ...)
"densityplot"(x, ...)
"stripchart"(x, order.by = median, order.performance = 1, dependence.show = c("none", "all"), dependence.col = alpha("black", 0.1), ...)

Arguments

order.by
Function like mean, median, or max to calculate a display order of the algorithms; or NULL for no specific order.
order.performance
Name or index of the reference performance measure to calculate the order.
dependence.show
Show dependence of observations for all, none or outlier observations.
dependence.col
Color of the dependence line.
...
Ignored.

Value

A ggplot object.

See Also

Other algperf.visualization: beplot0, beplot0.AlgorithmPerformance, beplot0.matrix; bsgraph0, bsgraph0.dist, bsgraph0.graphNEL; bsplot0, bsplot0.matrix, bsplot0.relation_ensemble