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
X-Means Clustering
Muhammed_Fatih_
Member Posts: 93 Maven
in Help
Hello community,
can someone explain how X-means clustering generally works in Rapidminer? I have a problem where the number of clusters k is not known so that I have to determine or rather optimise the number of clusters before going further to the interpretation of the clustering structure.
Is X-means the appropriate Clustering option? Are there alternatives with regard to the optimisation of k?
I thank you in advance for your help!
Best regards,
Fatih
can someone explain how X-means clustering generally works in Rapidminer? I have a problem where the number of clusters k is not known so that I have to determine or rather optimise the number of clusters before going further to the interpretation of the clustering structure.
Is X-means the appropriate Clustering option? Are there alternatives with regard to the optimisation of k?
I thank you in advance for your help!
Best regards,
Fatih
Tagged:
1
Best Answer
-
IngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM FounderHi,Yes, x-Means finds a good k. Another approach is to create a graph of a cluster criterion vs. k and looking for the so-called "elbow". If you search the community for "elbow" you should find some examples. AutoModel's x-Means also could be helpful for you.Cheers,
Ingo5