Strange behaviour of Generate Aggregation with

lionelderkrikorlionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn
Dear all,

By playing with theGenerate Aggregationoperator to find a solution in this thread :https://community.www.turtlecreekpls.com/discussion/56312/generate-aggregation-count-of-attributes#latest, I found a bug :
In deed, it seems that there is a bug in theGenerate Aggregationoperator when "numeric value filter" is set as "attribute filter type".

I have the following example set in entry of the process :


- All the values of the attribute test-1 are strictly positive.
- All the values of the attribute test-2 are strictly negative.
- All the values of the attribute test-3 are equal to 0.

When I set attribute filter type = numeric value filter (and numeric value filter >=0), I'm obtain the following result :



所以看来:
- RapidMiner is removing the attribute(s) that do not satisfy the condition.
- RapidMiner does not take into account the condition for the aggregation function (here the result is "3" instead of "2").

You can reproduce these results by running the process in attached file.

Regards,

Lionel

varunm1
0
0 votes

Declined·Last Updated

部分数据有限公司re rebuild - scheduled for late 2020 RM-4278

Comments

  • sgenzersgenzer Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts:2,959Community Manager
    yes confirmed. Thank you@lionelderkrikor.
  • lionelderkrikorlionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn
    You're welcome Scott !

    Regards,

    Lionel
Sign InorRegisterto comment.