Generate Aggregation - count of Attributes

Kathi
Kathi New Altair Community Member
edited November 2024 in Community Q&A
Hi,
I would like RapidMiner to count the cells of my exa with a value >= 0. I tried the generate aggregation operator wit the numeric value filter (condition >=0) and word count. Unfortunately RapidMiner still counts every cell of my exa inluding 0 values. Do I need another filter?
Thanks!
Regards

Answers

  • lionelderkrikor
    lionelderkrikor New Altair Community Member
    Hi @Kathi,

    I'm not sure to understand. You set condition >=0 and you did not want cell including 0 values....

    To my knowledge, ">=0" means "0" OR ">0".

    Could you, with an example, precise what you want to obtain and ideally
    share your data in order we can run your process...

    Thanks,

    Regards,

    Lionel
  • Kathi
    Kathi New Altair Community Member
    Hi Lionel,
    sorry for my late answer and thank you for your response!
    I've come up with a different solution. I let RapidMiner first replace the number of n-grams with a 1 and then caclulate the sum.
    Thanks for your support!
    Regards
    Katja
  • lionelderkrikor
    lionelderkrikor New Altair Community Member
    Hi @Kathi,

    Glad you find a solution,

    Regards,

    Lionel