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
k-means clustering how to indicate what attributes will be used?
How do you indicate what columns to use for k-means clustering.
Assume you have the following attributes: BadlyDistributedID, IdentifyingName, Col1, Col2, Col3.
Only Col1, Col2 and Col3 should be considered, how to do this?
0
Answers
Hi caryknoop,
for all learning task, all regular attributes will be used. Simply set the role of your Name and ID to something using Set Role. You can type anything except regular there. Roles need to be unique.
~Martin
Dortmund, Germany
You can also use a "select attributes" operator if you want to limit clustering to only a subset of the regular attributes in the file, just place it immediately before your clustering operator.
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Hi Martin
Thank you for your help.
Do you also know a solution if the attributes are more than 7. We want to display a chart with 2 attributes but need the information of around 10 additional attributes.
It is only possible to assign 1 additional attribute per role.
Thanks & best regards
Andreas
If we just want to include
Hi,
you can simply type anything you want instead of "label","id" etc. just type att1, att2, att3 for the desired role.
~Martin
Dortmund, Germany