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.

Calculating frequencies

psppsp Member Posts: 5 Contributor II
edited November 2018 in Help
Hi All

I need to calculate some frequencies.

Lets say I have an exampleSet with attributes Gender, Age and N. N is the number of people with a given gender and age. I need a new exampleSet with attributes Age and MaleFreq. Any easy method?

regards
Peter

Answers

  • earmijoearmijo Member Posts: 271 Unicorn
    You can filter the Example Set using the operator "Filter Examples". Keep Gender==Male.

    (From what I understand from your question the aggregations has already been done).
  • psppsp Member Posts: 5 Contributor II
    Thanks!

    But how do I calculate MaleFreq? For a given age, It should be something like MaleFreq = N(Male)/(N(Male)+N(Female)). How is that possible?

  • haddockhaddock Member Posts: 849 Maven
    Hi,

    You might also find the 'Aggregate' operator useful, curiously.

    Hope so!
Sign In or Register to comment.