DSD_RandomRBFGeneratorEvents(k = 3, d = 2, numClusterRange = 3L,
kernelRadius = 0.07, kernelRadiusRange = 0, densityRange = 0,
speed =100L, speedRange = 0L, noiseLevel = 0.1,
noiseInCluster = FALSE, eventFrequency = 30000L,
eventMergeSplitOption = FALSE, eventDeleteCreate = FALSE,
modelSeed = NULL, instanceSeed = NULL)
DSD_RandomRBFGeneratorEvent
(subclass of DSD_MOA
, DSD
).DSD_MOA
is created, therefore the
generated data will be the same. Because of this, it is important to set
the seed manually when different data is needed.The default behavior is to create a data stream with 3 clusters and concept drift. The locations of the clusters will change slightly, and they will merge with one another as time progresses.
DSD
dsd <- DSD_RandomRBFGeneratorEvents()
animate_data(dsd, n=5000, pointInterval=100, xlim=c(0,1), ylim=c(0,1))
Run the code above in your browser using DataLab