bsplot0: Benchmark experiment summary plot.

Description Usage Arguments See Also

View source: R/bsplot.R

Description

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.

Usage

 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, ...)

Arguments

x

A relation_ensemble or matrix object

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

las of the labels of the y axis

See Also

Other algperf.visualization: beplot0, beplot0.AlgorithmPerformance, beplot0.matrix; boxplot.AlgorithmPerformance, densityplot, densityplot.AlgorithmPerformance, stripchart.AlgorithmPerformance; bsgraph0, bsgraph0.dist, bsgraph0.graphNEL


benchmark documentation built on May 30, 2017, 5:20 a.m.

Related to bsplot0 in benchmark...