Model_cfg {tidyhte} | R 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.
[Package tidyhte version 1.0.2 Index]