Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
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.