Description Super class Methods
This class plots the uncertainty for one model in the mbo run.
VisBayesOpt::MboPlot -> MboPlotEstimationUncertainty
new()Creates a new instance of this R6 class.
MboPlotEstimationUncertainty$new(opt_state)
opt_state(OptState).
plot()Plots the estimation uncertainty (y_evaluated vs y_estimated) for all previous outcome values at an iteration.
MboPlotEstimationUncertainty$plot( highlight_iter = self$param_vals$highlight_iter )
highlight_iter(integer(1) | 1)
Specifies the iteration at which the uncertainty estimation is calculated.
(ggplot).
clone()The objects of this class are cloneable with this method.
MboPlotEstimationUncertainty$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.