A visualizer (or visualization function) to visualize the performance of
methods and/or its evaluation metrics from the Experiment
run.
Public fields
name
The name of the
Visualizer
.viz_fun
The visualizer function.
viz_params
(Named) list of parameters to input into the visualizer function.
rmd_options
List of options to control the aesthetics of the displayed
Visualizer
's visualizations in the knitted R Markdown report. Currently, possible options are "height" and "width" (in inches).rmd_show
If
TRUE
(default), show the resulting visualization in the R Markdown report; ifFALSE
, hide output in the R Markdown report.
Public methods
Visualizer$new()
See create_visualizer.