Dear Rapidminer Community
I wish to delete certain attribute (column) which the value does not meet the predefined range. For example I have three attributes and want to retain the attribute that only have a value greater than 10 (in this case only column A)
A 1.0 | B 1.0 | C 2.0
|
2.0 |
2.0 |
1.0 |
11.0 |
3.0 |
0.0 |
5.0 | 4.0 | 3.0
|
Thank you.