Description Usage Arguments Value Examples
Create a plotly rank matrix bar plot out of a benchmarkVis compatible data table. The created bar plot shows the frequency of the ranks each input achieves depending on a group and measures. The value defined in "color.by" can get one rank per value in "group.by" and measure. x-Axis: the ranks. y-Axis: the frequency.
1 2 | createRankMatrixBarPlot(dt, ignore.measures = vector(), stacked = TRUE,
color.by = "algorithm", group.by = "problem")
|
dt |
compatible data table |
ignore.measures |
a vector of strings describing which measures to leave out of the plot (default: empty) |
stacked |
defines if the bars should be stacked (default: TRUE) |
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 plotly rank matrix bar plot
1 | createRankMatrixBarPlot(mlr.benchmark.example, c("measure.timetrain.test.mean","measure.mmce.test.mean"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.