mlrTools
plot_sensitivity(
object,
s = 100,
xlab = paste("x", 1:ncol(object$x), sep = ""),
ylab = "y",
type = "best",
agg.sample = 100,
agg.fun = mean,
...
)
plotly visualization (based on plot_ly
)
the result list returned by spot
, importantly including a modelFit
, and the data x
, y
.
number of samples along each dimension.
a vector of characters, giving the labels for each of the two independent variables.
character, the value of the dependent variable predicted by the corresponding model.
string describing the type of the plot: "best"
(default) shows sensitivity around optimum, "contour"
,
"persp"
(perspective), or "persp3d"
plot.
Note that "persp3d" is based on the plotly package and will work in RStudio, but not in the standard RGui.
number of samples for aggregation type (type="agg").
function for aggregation (type="agg").
additional parameters (currently unused).
plotFunction
, plotData