Description Format Value Parameters Super class Methods See Also
This learner solves a simple SIR model
R6Class
object.
Learner object with methods for training and prediction. See
Lrnr_base
for documentation on learners.
...
Parameters passed to glm
.
sl3::Lrnr_base
-> Lrnr_SIR
new()
Lrnr_SIR$new(start = c(0.5, 0.5), ...)
SIR()
Lrnr_SIR$SIR(time, state, parameters, N)
clone()
The objects of this class are cloneable with this method.
Lrnr_SIR$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other Learners:
Lrnr_alan_pois
,
Lrnr_stratify_horizon
,
Lrnr_transform_outcome
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.