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
Iris vs real data clustering
mariozupan
Member Posts: 15 Contributor II
in Help
If you look at the iris data matrix, you will notice, even visually, data separation in two groups at least, dispersion. I try to choose variables on a real data, unfortunately my data matrix doesn't show obvious separation or even dispersion. My data matrix shows something like this below example is from R Cookbook)::
https://docs.google.com/presentation/d/1A7BbHjfYGiR13NBZSOqDvQjg0fshzPGajWPjEyQCfU0/edit
Whether it makes sense to apply k-means on that or even more concentrated data?
https://docs.google.com/presentation/d/1A7BbHjfYGiR13NBZSOqDvQjg0fshzPGajWPjEyQCfU0/edit
Whether it makes sense to apply k-means on that or even more concentrated data?
0
Answers
Just apply the k-Means algorithm, and inspect the results, probably with the help of one of the clustering performance operators.
Best regards,
Marius
But the problem is that I need technique(s) and auditor for solving my nightmare:
Technique for choosing attributes which will result with quality clusters. ANOVA, regression coefficient, Pearson correlation matrix or visually? If you looked at slide to (iris data) it is obviously that k-means will result with well separated clusters. My data worries me. What you do if you have data like on third slide? There are hundreds of financial performance indicators but always I try new set, it results with very weak correlation matrix and I was thinking that correlation matrix needs to be like that one on a second slide (second slide)
I need a proof that my job clustering is done.