Public methods
Method new()
Creates a new instance of this R6 class.
Usage
TaskGenerator2DNormals$new()
Method plot()
Creates a simple plot of generated data.
Usage
TaskGenerator2DNormals$plot(n = 200, pch = 19L, ...)
Arguments
n(integer(1))
Number of samples to draw for the plot. Default is 200.
pch(integer(1))
Point char. Passed to plot().
...(any)
Additional arguments passed to plot().
Method clone()
The objects of this class are cloneable with this method.
Usage
TaskGenerator2DNormals$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.