View source: R/grid_search_1d_class.R
gs_line | R Documentation |
A plot of the calculated performance metric against the model input parameter values used to train the model. The optimum parameter value is indicated based on minimising (or maximising) the chosen metric.
gs_line(...)
... |
Additional slots and values passed to |
A
gs_line
object. This object has no output
slots.
See chart_plot
in the struct
package to plot this chart object.
A gs_line
object inherits the following struct
classes:
[gs_line]
>> [chart]
>> [struct_class]
M = gs_line()
C = gs_line()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.