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
filter some column in clustering but show all after rapidminer
Farnoush_r
Member Posts: 5 Contributor II
Hi
I am new to rapid miner and I have a problem and I dont know how to do it. I have a data with A,B,C,D,F attributes. A and B are only names which I need to see in the result. I want to build a model which clusters the data based on C,D,F. Well, I first use select attributes node to select C,D,F and then I join it to a k-means node. After getting the clustering results, I want to join back A,B and have a result like A,B,C,D,F,Cluster-Number. How should I do it?
I am new to rapid miner and I have a problem and I dont know how to do it. I have a data with A,B,C,D,F attributes. A and B are only names which I need to see in the result. I want to build a model which clusters the data based on C,D,F. Well, I first use select attributes node to select C,D,F and then I join it to a k-means node. After getting the clustering results, I want to join back A,B and have a result like A,B,C,D,F,Cluster-Number. How should I do it?
0
Answers
Use the Set Role operator to set the role of the A and B attributes to something like A and B respectively. The k-means algorithm will ignore these but they will appear in the output.
Andrew