powered by
nclusters(x, type=c("auto", "micro", "macro"), ...)
DSC
# setting up the objects stream <- DSD_Gaussians(k=3) dstream <- DSC_DStream(gridsize=0.1) update(dstream, stream, 500) # retrieving the results get_centers(dstream) nclusters(dstream)
Run the code above in your browser using DataLab