Description Usage Arguments Value Examples
Create a plotly rank plot out of a benchmarkVis compatible data table. The created rank plot allows for Ranking of the by color.by specified input based on a given performance measure
1 | createRankPlot(dt, measure, color.by = "algorithm", group.by = "problem")
|
dt |
compatible data table |
measure |
measure for Ranking |
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 rank plot
1 | createRankPlot(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.