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
"Filtering based on frequency for numeric value, please have a look"
Anuj_Gupta
Member Posts: 3 Contributor I
Hi Folks,
I want to filter attributes based on frequency for numeric value. Can anybody suggest me some operator which will filter numeric attributes based on frequency?
I tried with operator "Remove Useless Attributes", that perfectly works for nominal attributes based on frequency but for numerical attribute, it works based on standard deviation instead o frequency.
So I am looking for some operator which will filter numerical attributes based on frequency.
Any suggestions in this regard will be appreciated.
Thanks for your timing.
I want to filter attributes based on frequency for numeric value. Can anybody suggest me some operator which will filter numeric attributes based on frequency?
I tried with operator "Remove Useless Attributes", that perfectly works for nominal attributes based on frequency but for numerical attribute, it works based on standard deviation instead o frequency.
So I am looking for some operator which will filter numerical attributes based on frequency.
Any suggestions in this regard will be appreciated.
Thanks for your timing.
Tagged:
0
Answers
well, actually it is not really useful to count all numerical values since they could be infinitesimal and not really countable. But you could easily transform the numerical attributes into ranges first (using one of the discretization operators), count the range occurences and perform the filtering of the unwanted ranges then.
Cheers,
Ingo