Description Usage Arguments Value Examples
Create a scatter plot out of a benchmarkVis compatible data table. The created scatter plot allows to compare the performances based on the giving performance measure. x-Axis: the groups. y-Axis: measure.
1 | createScatterPlot(dt, measure, color.by = "algorithm", group.by = "problem")
|
dt |
compatible data table |
measure |
the measure to plot |
color.by |
the column to color the markers with. Possibilities: "algorithm", "problem", "replication" (default: "algorithm") |
group.by |
the column to group the markers by. Possibilities: "algorithm", "problem", "replication" (default: "problem") |
a scatter plot
1 | createScatterPlot(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.