MATLAB code to cluster categorical data
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello everyone,
I am new to MATLAB programming. I want to cluster my categorical data. I have six columns which five of which are non-numeric data, and one column is numeric data as follows:
- Market (non-numeric data)
- Vet Drug (non-numeric data)
- Published Commodity (non-numeric data)
- Index Commodity Group (non-numeric data)
- Index Commodity (non-numeric data)
- MRL Amount (ppb) (numeric data)
There are 1545 data (number of rows). I am attaching part of the data here. Is there any suggestion or recommendation for the best and appropriate method to cluster my categorical data so that we get useful information by looking at the results and plots? Any help would be appreciated.
Thanks,
2 Commenti
Mahesh Taparia
il 25 Feb 2021
Hi
Do you have the associated labels of your data? If not, do you know the number of categories the dataset have?
Risposte (1)
Vedere anche
Categorie
Scopri di più su Categorical Arrays in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!