The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Value frequency (count)

androclosandroclos Member Posts: 1 Learner III
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.