# create data stream with three clusters in 2D
dsd <- DSD_UniformNoise(d=2)
plot(dsd, n=100)
# specify a different range for each dimension
dsd <- DSD_UniformNoise(d=3, range=rbind(c(0,1), c(0,10), c(0,5)))
plot(dsd, n=100)
Run the code above in your browser using DataLab