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
"KMeans-Clusterting"
Good morning,
I'm using the KMeans-Cluster Model to merge similar measurement values in one group (cluster).
The process is quite similar to the Help-tutorial step 4 KMeans-Model with Iris-data.
I have 10 different attributes, but it seems, KMeans Methode merge measurement values especially
depending on the first 3 attributes.
Each attribute should be the same weight at this method, right?
Maybe you had the same experience, or could give me an advice.
Are there some settings to change for the process?
Thanks.
I'm using the KMeans-Cluster Model to merge similar measurement values in one group (cluster).
The process is quite similar to the Help-tutorial step 4 KMeans-Model with Iris-data.
I have 10 different attributes, but it seems, KMeans Methode merge measurement values especially
depending on the first 3 attributes.
Each attribute should be the same weight at this method, right?
Maybe you had the same experience, or could give me an advice.
Are there some settings to change for the process?
Thanks.
Tagged:
0
Answers
Good morning and welcome to Rapidminer! At a general level you'll find that you will get more useful answers if you post the XML of your process, and bear in mind that this is open source, so you can check the code for yourself. Looking at Kmeans.java does not seem to support your view that.. So, could it be the data that produces this mirage for you? I've often suspected errors that turn out to be caused by my own expectations; but I guess we should be doing data mining to let the data speak to us, rather than the other way round!
Hope you find the answer.
Good wekend.
thanks for the fast response.
I agree, you have to be careful about the results of the data process. What will be expected - and the real results.
In my case, the values of the first 3 attributes are very different. The values of the other attributes are more "similar".
This could be a reason for the cluster process.
Anyway it would be great if the process also make some clusters in relation to the attritbutes 4 - 10.
Have a nice weekend.
The attributes' range has an effect on its influence on the clusters found. In the example that follows, I normalise the first three attributes but not the fourth and I observe that the clustering improves on the iris data set. For your problem, it's a question for the domain expert to know whether the ranges should be changed or not.
regards
Andrew
thanks a lot for the hint. In my case the value range of the first 2 attributes are very wide in comparison
to the other range of attributes.
Thanks.
Have a nice day.
Tammi