powered by
A data stream generator which creates the shape of two bars and two Gaussians clusters with different density.
DSD_BarsAndGaussians(angle = NULL, noise = 0)
Returns a DSD_BarsAndGaussians object.
DSD_BarsAndGaussians
rotation in degrees. NULL will produce a random rotation.
NULL
The amount of noise that should be added to the output.
Michael Hahsler
DSD
# create data stream with three clusters in 2D stream <- DSD_BarsAndGaussians(noise=0.1) # plotting the data plot(stream)
Run the code above in your browser using DataLab