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
How to use cluster based on specific attributes
Greetings, everyone
I'm trying to use k-means to cluster and i'm only interested in a couple of attributes to do my clustering with. Problem is, i don't want to use select attributes because i don't want to get rid of the attributes i'm not interested in clustering with because I'll be needing them for illustrative purposes and for later use. Can someone clarify how to use k-means to cluster data based on specific attributes or features while also keeping other features in the dataset that won't be used for clustering. thanks.
I'm trying to use k-means to cluster and i'm only interested in a couple of attributes to do my clustering with. Problem is, i don't want to use select attributes because i don't want to get rid of the attributes i'm not interested in clustering with because I'll be needing them for illustrative purposes and for later use. Can someone clarify how to use k-means to cluster data based on specific attributes or features while also keeping other features in the dataset that won't be used for clustering. thanks.
Tagged:
0
Best Answer
-
lionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 UnicornHi @omark,
You can use the Set Role operator and set a special role to the attribute(s) you don't need, for example id, id_2,id_3 etc. . This way, the
attributes with the special roles are not taken into account for the clustering.
In attached file, the process to help you :
Regards,
Lionel
4
Answers