Generate Aggregation - count of Attributes

KathiKathi MemberPosts:11Contributor I
edited October 2019 inHelp
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
Tagged:

Answers

  • lionelderkrikorlionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn
    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
  • KathiKathi MemberPosts:11Contributor I
    Hi Lionel,
    抱歉我迟到的回答,谢谢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
  • lionelderkrikorlionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn
    Hi@Kathi,

    Glad you find a solution,

    Regards,

    Lionel
    Kathi
Sign InorRegisterto comment.