number of occurrences in csv files
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello mathworkers,
I have the attached data, and I want to apply this pseducode below on the data, all the data are numeric and in each column I want to know how many times the 1 is repeated, and how many times the 2 is repeated or any other numbers, please if any one could help
- For each features do (all co,umn are numeric)
- Calculate number of different occurrence in each feature
- If one of the occurrence is repeated less than 10 % of the whole data, then remove it
- The output is number of occurrence for each column after removing the occurrence with less than 10% repeated
3 commentaires
dpb
le 2 Août 2019
Well, that's the first step...don't just sit around waiting for somebody else to do your work for you.
There are many examples...
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!