The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Filtering WordList
Hello RM Community,
I got a WordList something like
Word InDocuments Total
aaa 5 5
bbb 5 5
ccc 5 3
I want to filter the word with a different number between InDocuments and Total. It should be something like: InDocuments "does not equal" or "=" Total, but I failed this with Filter Examples. Any idea to solve this?
Thanks!
I got a WordList something like
Word InDocuments Total
aaa 5 5
bbb 5 5
ccc 5 3
I want to filter the word with a different number between InDocuments and Total. It should be something like: InDocuments "does not equal" or "=" Total, but I failed this with Filter Examples. Any idea to solve this?
Thanks!
Tagged:
0
Best Answers
-
lionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 UnicornHi @faizhalas,
You can first create a new attribute with new attribute = [InDocuments - Total] and then filter out (with Filter operator) this [new attribute = 0]
Hope this helps,
regards,
Lionel1 -
MarcoBarradas Administrator, Employee-RapidMiner, RapidMiner Certified Analyst, Member Posts: 272 UnicornHi @faizhalas,
You might need to use a Wordlist To Data operator before you perform any Generate Attributes logic or Filter Examples with expression logic.
1
Answers