Constant_cfg {tidyhte} | R Documentation |
Configuration of a Constant Estimator
Description
Constant_cfg
is a configuration class for estimating a constant model.
That is, the model is a simple, one-parameter mean model.
Super class
tidyhte::Model_cfg
-> Constant_cfg
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 Constant_cfg
object.
Usage
Constant_cfg$new()
Returns
A new Constant_cfg
object.
Examples
Constant_cfg$new()
Method clone()
The objects of this class are cloneable with this method.
Usage
Constant_cfg$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Examples
## ------------------------------------------------
## Method `Constant_cfg$new`
## ------------------------------------------------
Constant_cfg$new()
[Package tidyhte version 1.0.2 Index]