Hi, all here,
Thank you very much for your kind attention.
Is there any good way to determine the number of clusters for the clustering models?
Really looking forward to hearing from you for your guidance.
Thanks a lot.
With best regards,
Yours sincerely,
If you set the CLUSTER_COUNT parameter to 0, then the algorithm will try to determine automatically the number of clusters.
Also, you could try to set CLUSTER_COUNT to a large value (say, 30). The algorithm will start looking for 30 clusters, then merge those that are really close, so the result will be less or equal to 30, and will give you an idea of how many actual clusters seem to exist in your data. You can also use the MINIMUM_SUPPORT parameter to add further restrictions to the clusters detected by the algorithm
|||
Hi, Bogdan, thank you very much for your guidance.
Best regards,
No comments:
Post a Comment