Description Usage Arguments See Also
The benchmark summary plot takes the individual benchmark experiment results into account. The y-axis represents the data sets, the x-axis a podium with as many places as candidate algorithms.
1 2 3 4 5 6 7 8 9 10 | bsplot0(x, ...)
## S3 method for class 'relation_ensemble'
bsplot0(x, stat = NULL, ds.order = NULL,
alg.order = NULL, ...)
## S3 method for class 'matrix'
bsplot0(x, stat = NULL, col = structure(seq_len(nrow(x)) +
1, names = rownames(x)), ylab = "Datasets", xlab = "Podium",
sig.lwd = 4, stat.col = NULL, ylab.las = NULL, ...)
|
x |
A |
stat |
A matrix with statistics to display (rows are the algorithms, columns the data sets) |
ds.order |
Data set order |
alg.order |
Algorithm order |
... |
Arguments passed to underlying function |
col |
Colors of the algorithms |
xlab |
A title for the x axis |
ylab |
A title for the y axis |
sig.lwd |
Line width of the significance sperator line |
stat.col |
Colors of the statistics |
ylab.las |
|
Other algperf.visualization: beplot0
,
beplot0.AlgorithmPerformance
,
beplot0.matrix
;
boxplot.AlgorithmPerformance
,
densityplot
,
densityplot.AlgorithmPerformance
,
stripchart.AlgorithmPerformance
;
bsgraph0
, bsgraph0.dist
,
bsgraph0.graphNEL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.