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