powered by
nclusters(x, type=c("auto", "micro", "macro"), ...)
DSC
# setting up the objects dsd <- DSD_GaussianStatic() dsc <- DSC_DenStream(initPoints=100) cluster(dsc, dsd, 500) # retrieving the results get_centers(dsc) nclusters(dsc)
Run the code above in your browser using DataLab