Model_cfg: Base Class of Model Configurations

Model_cfgR Documentation

Base Class of Model Configurations

Description

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

Public 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.


tidyhte documentation built on Aug. 14, 2023, 5:08 p.m.