Constant_cfg
is a configuration class for estimating a constant model.
That is, the model is a simple, one-parameter mean model.
tidyhte::Model_cfg
-> Constant_cfg
model_class
The class of the model, required for all classes
which inherit from Model_cfg
.
## ------------------------------------------------
## Method `Constant_cfg$new`
## ------------------------------------------------
Constant_cfg$new()
#> <Constant_cfg>
#> Inherits from: <Model_cfg>
#> Public:
#> clone: function (deep = FALSE)
#> initialize: function ()
#> model_class: Constant