powered by
A data stream generator that generates a data stream in the shape of a target. It has a single Gaussian cluster in the center and a ring that surrounds it.
DSD_Target( center_sd = 0.05, center_weight = 0.5, ring_r = 0.2, ring_sd = 0.02, noise = 0 )
Returns a DSD_Target object.
DSD_Target
standard deviation of center
proportion of points in center
average ring radius
standard deviation of ring radius
proportion of noise
Michael Hahsler
This DSD will produce a singular Gaussian cluster in the center with a ring around it.
Other DSD: DSD_BarsAndGaussians(), DSD_Benchmark(), DSD_Cubes(), DSD_Gaussians(), DSD_MG(), DSD_Memory(), DSD_Mixture(), DSD_NULL(), DSD_ReadDB(), DSD_ReadStream(), DSD_UniformNoise(), DSD_mlbenchData(), DSD_mlbenchGenerator(), DSD(), DSF(), animate_data(), close_stream(), get_points(), plot.DSD(), reset_stream()
DSD_BarsAndGaussians()
DSD_Benchmark()
DSD_Cubes()
DSD_Gaussians()
DSD_MG()
DSD_Memory()
DSD_Mixture()
DSD_NULL()
DSD_ReadDB()
DSD_ReadStream()
DSD_UniformNoise()
DSD_mlbenchData()
DSD_mlbenchGenerator()
DSD()
DSF()
animate_data()
close_stream()
get_points()
plot.DSD()
reset_stream()
# create data stream with three clusters in 2D stream <- DSD_Target() get_points(stream, n = 5) plot(stream)
Run the code above in your browser using DataLab