Description Usage Arguments Value Examples
This plot is just usable if at least one parameter column is contained in the data table. Create a plotly scatter plot out of a benchmarkVis compatible data table. The created scatter plot shows the connection between the specified measure and parameter values. x-Axis: the parameter. y-Axis: the measure.
1 2 | createParameterScatterPlot(dt, measure, parameter.column, parameter,
color.by = "algorithm", show.histogram = FALSE, regression.line = FALSE)
|
dt |
compatible data table |
measure |
the column name containing the results of a measure |
parameter.column |
the parameter column which contains the parameter |
parameter |
the parameter you want to examine |
color.by |
the column to color the markers with. Possibilities: "algorithm", "problem", "replication" (default: "algorithm") |
show.histogram |
shows the histogram of the measure values in the background (default: FALSE) |
regression.line |
add a regression line to the plot (default: FALSE) |
a plotly scatter plot
1 | createParameterScatterPlot(mlr.tuning.example, "measure.acc.test.mean", "algorithm.parameter", "C", "algorithm", TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.