Description Usage Arguments Value See Also
Common visualizations of algorithm performances
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S3 method for class 'AlgorithmPerformance'
boxplot(x, order.by = median,
order.performance = 1, dependence.show = c("outliers", "all", "none"),
dependence.col = alpha("black", 0.1), ...)
densityplot(x, ...)
## S3 method for class 'AlgorithmPerformance'
densityplot(x, ...)
## S3 method for class 'AlgorithmPerformance'
stripchart(x, order.by = median,
order.performance = 1, dependence.show = c("none", "all"),
dependence.col = alpha("black", 0.1), ...)
|
x |
An |
order.by |
Function like |
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. |
A ggplot
object.
Other algperf.visualization: beplot0
,
beplot0.AlgorithmPerformance
,
beplot0.matrix
; bsgraph0
,
bsgraph0.dist
,
bsgraph0.graphNEL
; bsplot0
,
bsplot0.matrix
,
bsplot0.relation_ensemble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.