I am new to R, I would like to ask if there is a way to set the minimum number of observation per cluster in R. I am currently using k-means.
Sometimes my cluster, looks like this:
Clusers: 1 2 3 4
762 24 553 4013
But I want the distribution per cluster to be a little more balance or at least have a minimum of 100 observation per cluster.
Thanks in advance.