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