Value frequency (count)

androclos
androclos New Altair Community Member
edited November 5 in Altair RapidMiner
Hi,

I would like to count the recurring values(rows) of my data and generate a attribute with the acutal frequency number.

I would like to get something like this: A  B  C  Freq
                                                        a  a  a    2
                                                        a  a  a    2
                                                        b  b  b    1

I tried to did it with Discretize by Frequency funcation and i got this: A  B  C  Freq
                                                                                                  a  a  a    1
                                                                                                  a  a  a    1
                                                                                                  b  b  b    2
                                                                                                  b  b  b    2
                                                                                                  b  b  b    2
                                                                                                  b  b  b    2
                                                                                                  c  c  c    3

I would appreciate anykind of help, thanks.
Tagged: