Options

Value frequency (count)

androclosandroclos Member Posts: 1 Contributor I
edited November 2018 in Help
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.
Sign In or Register to comment.