Learn R Programming

stream (version 0.1-1)

DSD_BarsAndGaussians: Data Stream Generator for Bars and Gaussians

Description

A data stream generator which creates the shape of two bars and two Gaussians clusters with different density.

Usage

DSD_BarsAndGaussians(noise = 0)

Arguments

noise
The amount of noise that should be added to the output.

Value

  • Returns a DSD_BarsAndGaussians object.

See Also

DSD

Examples

Run this code
# create data stream with three clusters in 2D
dsd <- DSD_BarsAndGaussians()

# plotting the data
plot(dsd)

Run the code above in your browser using DataLab