i want to apply cluster on a data set and then apply feature selection on each cluster
I am working on health Data set.What i am trying to do is that i want to make 2 cluster of this data set and then on each cluster i want to apply different feature selection methods .Using Rapid miner how can I use each cluster so that i can seperately apply feature selection techniques on both the clusters.
0
Answers
hello@imparveenwelcome to the community. Without looking at your XML I can just speak in generalization about this. Basically you would run a clustering algorithm on your data set (e.g. k-means) first. The output of this will be a new attribute called "cluster":
If you then want to work on each cluster separately, I would just use Filter Examples:
XML of that process is here:
Scott