Description Usage Arguments Value Examples
This plot is just usable if at least one parameter column is contained. Create a plotly scatter plot out of a benchmarkVis compatible data table. The created scatter plot shows the connection between the specified measure and two different parameters. x-Axis: the second parameter. y-Axis: the first parameter. Size and color of the circles: Depends on the measure value.
1 2 | createParameterDualPlot(dt, measure, parameter.column, parameter,
parameter.column2, parameter2, plot.area = 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 first parameter you want to examine |
parameter.column2 |
the parameter column which contains the second parameter |
parameter2 |
the second parameter you want to examine |
plot.area |
plot the measure as an area instead of scatters (default: FALSE) |
a plotly scatter plot
1 | createParameterDualPlot(mlr.tuning.example, "measure.acc.test.mean", "algorithm.parameter", "C", "algorithm.parameter", "sigma")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.