createSummaryPlot: Create a summary plot

Description Usage Arguments Value Examples

Description

Create a partially filled bar charts plot out of a benchmarkVis compatible data table. Each line refers to a group specified by group.by. On that line the aggregated scores for the color.by inputs are plotted. The created partially bar charts allow to compare the performance of every combination. x-Axis: the measure. y-Axis: the groups.

Usage

1
createSummaryPlot(dt, measure, color.by = "algorithm", group.by = "problem")

Arguments

dt

compatible data table

measure

measure for comparison

color.by

the column to color the bars with. Possibilities: "algorithm", "problem", "replication" (default: "algorithm")

group.by

the column to group the bars by. Possibilities: "algorithm", "problem", "replication" (default: "problem")

Value

a summary plot

Examples

1
createSummaryPlot(mlr.benchmark.example, 'measure.mmce.test.mean')

collinleiber/benchmarkVis documentation built on May 28, 2019, 8:23 a.m.