Learn R Programming

stream (version 0.1-1)

DSD_UniformNoise: Uniform Noise Data Stream Generator

Description

This generator produces uniform noise in a d-dimensional unit (hyper) cube.

Usage

DSD_UniformNoise(d=2)

Arguments

d
Determines the number of dimensions.

Value

  • Returns a DSD_UniformNoise object.(subclass of DSD_R, DSD).

See Also

DSD

Examples

Run this code
# create data stream with three clusters in 2D
dsd <- DSD_UniformNoise(d=2)
plot(dsd, n=100)

Run the code above in your browser using DataLab