Description Usage Arguments Value Examples
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.
1 | createSummaryPlot(dt, measure, color.by = "algorithm", group.by = "problem")
|
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") |
a summary plot
1 | createSummaryPlot(mlr.benchmark.example, 'measure.mmce.test.mean')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.