Learn R Programming

stream (version 1.5-1)

DSD_Benchmark: Data Stream Generator for Benchmark Data

Description

A data stream generator that generates several dynamic streams indented to be benchmarks to compare data stream clustering algorithms.

Usage

DSD_Benchmark(i = 1)

Value

Returns a DSD object.

Arguments

i

number of the benchmark.

Author

Michael Hahsler

Details

Currently available benchmarks are 1 and 2.

See Also

DSD

Examples

Run this code

stream <- DSD_Benchmark(i=1)
if (FALSE) {
animate_data(stream, n=10000, horizon=100, xlim=c(0,1), ylim=c(0,1)) 
}

Run the code above in your browser using DataLab