Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Filtering WordList

faizhalasfaizhalas Member Posts: 7 Learner II
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!
Tagged:

Best Answers

  • lionelderkrikorlionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 Unicorn
    Solution Accepted
    Hi @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,

    Lionel
  • MarcoBarradasMarcoBarradas Administrator, Employee, RapidMiner Certified Analyst, Member Posts: 272 Unicorn
    Solution Accepted
    Hi @faizhalas,

    You might need to use a Wordlist To Data operator before you perform any Generate Attributes logic or  Filter Examples with expression logic.


Answers

Sign In or Register to comment.