Learn R Programming

benchmark (version 0.3-3)

bsplot0: Benchmark experiment summary plot.

Description

Benchmark experiment summary plot.

Usage

bsplot0(x, ...)
## S3 method for class 'relation_ensemble':
bsplot0(x, stat, ds.order, alg.order, ...)
## S3 method for class 'matrix':
bsplot0(x, stat, col=structure(seq_len(nrow(x)) + 1, names = rownames(x)),
    ylab="Datasets", xlab="Podium", sig.lwd=4, stat.col, ylab.las, ...)

Arguments

x
The object to plot.
...
Unused
stat
A matrix with statistics to display (rows are the algorithms, columns the data sets)
ds.order
Data set order
alg.order
Algorithm order
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
las of the labels of the y axis

Details

bsplot0: 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.