| mlr_task_generators_simdens | R Documentation |
A mlr3::TaskGenerator calling distr6::distrSimulate().
See distr6::distrSimulate() for an explanation of the hyperparameters.
This TaskGenerator can be instantiated via the dictionary mlr_task_generators or with the associated sugar function tgen():
mlr_task_generators$get("simdens")
tgen("simdens")
mlr3::TaskGenerator -> TaskGeneratorSimdens
new()Creates a new instance of this R6 class.
TaskGeneratorSimdens$new()
clone()The objects of this class are cloneable with this method.
TaskGeneratorSimdens$clone(deep = FALSE)
deepWhether to make a deep clone.
Dictionary of TaskGenerators: mlr3::mlr_task_generators
generator = mlr3::mlr_task_generators$get("simdens")
task = generator$generate(20)
task$head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.