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
"[SOLVED]See resulted distance between clusters"
Hello,
I use Rapidminer for performing Clustering (k-means and Hierarchical) on a DataSet using some numerical Similarity Measure. After executing clustering I need to see for all resulted clusters how cluster 1 is similar or dissimilar to cluster 2.
Is there a possibility to get this information?
Thank You!
I use Rapidminer for performing Clustering (k-means and Hierarchical) on a DataSet using some numerical Similarity Measure. After executing clustering I need to see for all resulted clusters how cluster 1 is similar or dissimilar to cluster 2.
Is there a possibility to get this information?
Thank You!
Tagged:
0
Answers
you got a few different ways. The first is, to have a look at the cluster model. there you can see a centeroid table and have a look where the centeroids are.
The other option is to use the cluster information as label. Then you can do a feature selection (or Weight by Gini Index) to get the most important attributes for your clusters. I would recommend to do a one against all strategy here.
Cheers,
Martin
Dortmund, Germany