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.

filter some column in clustering but show all after rapidminer

Farnoush_rFarnoush_r Member Posts: 5 Contributor II
edited November 2018 in Help
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?

Answers

  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    Hello Farnoush_r,

    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
Sign In or Register to comment.