The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Partitioning clustering (k-means, k-kernel, etc.). Minimum k=2.
Good day,
Why the for the partitioning clustering algorithms the minimum input parameter k=2 ? If i want to change it to 1, it's automatically set it to 2 (nota bene k-means and others are applicable for k=1...K). How then to know if the data set contains one cluster (without validation)?
Best regards,
TP
0
Answers
K=1 means you get one cluster, so that won't work. The default is K=2, for two clusters.
If you want to find the optimal # of clusters, use the X-means operator. The defaults are a min of 2 and a max to 60.