glog_opt_plot {structToolbox}R Documentation

glog transform optimisation plot

Description

plots the SSE error vs lambda for glog transform

Usage

glog_opt_plot(plot_grid = 100, ...)

Arguments

plot_grid

the resolution of the search space for plotting

...

additional slots and values passed to struct_class

Value

struct object

Examples

D = iris_DatasetExperiment()
M = glog_transform(qc_label='versicolor',factor_name='Species')
M = model_apply(M,D)
C = glog_opt_plot()
chart_plot(C,M,D)

[Package structToolbox version 1.0.1 Index]