stream (version 1.2-3)

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)

Arguments

i
number of the benchmark.

Value

Returns a DSD object.

Details

Currently available benchmarks are 1 and 2.

See Also

DSD

Examples

Run this code
stream <- DSD_Benchmark(i=1)
## Not run: 
# animate_data(stream, n=10000, horizon=100, xlim=c(0,1), ylim=c(0,1)) 
# ## End(Not run)

Run the code above in your browser using DataLab