The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
Filter Operator enhancement
Shawn
Member Posts: 5 Contributor II
The filter operator only allows you to have multiple filters which essentially makes the filters all "AND". It would be a great enhancement to allow "OR" in between multiple filter line groupings. So you could have two or more groups of filters with "AND" between each of the individual lines and have an "OR" operator in between the groups of filters.
((Filter 1 = value)
and
(Filter 2 = value)
and
(Filter 3 = value))
or
((Filter 1 = value)
and
(Filter 2 = value)
and
(Filter 3 = value))
Tagged:
1
Comments
I believe I figured out the answer to this. In the filter operator if you select the "expression" condition class, you can create more complicated filtering logic.
workaround found by user