Model_cfg is the base class from which all other model configurations inherit.

Public fields

model_class

The class of the model, required for all classes which inherit from Model_cfg.

Methods


Method new()

Create a new Model_cfg object with any necessary parameters.

Usage

Model_cfg$new()

Returns

A new Model_cfg object.


Method clone()

The objects of this class are cloneable with this method.

Usage

Model_cfg$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.