I have a dataset with:
- 400 instances
- I have one nominal attribute
clusterwith values:cluster1cluster2- ...
cluster10
How do I remove instances where e.g. cluster=cluster5? (using the GUI)
I was told to use the filter weka.filters.unsupervised.instance.RemoveWithValues, but it seems to only be able to remove numerical values below a certain splitPoint. I could of course use the Edit window, but notice I have 400 instances!
