gs_line: Grid search line plot

View source: R/grid_search_1d_class.R

gs_lineR Documentation

Grid search line plot

Description

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.

Usage

gs_line(...)

Arguments

...

Additional slots and values passed to struct_class.

Value

A gs_line object. This object has no output slots. See chart_plot in the struct package to plot this chart object.

Inheritance

A gs_line object inherits the following struct classes:

⁠[gs_line]⁠ >> ⁠[chart]⁠ >> ⁠[struct_class]⁠

Examples

M = gs_line()

C = gs_line()

computational-metabolomics/structToolbox documentation built on Feb. 12, 2024, 2:15 a.m.