Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
multivariables data clusterization and visualization
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I have a matrix A with 10 columns referring to 10 variables which can assume 3 values (0,1,2), the number of rows is the total number of combination of these 10 variables:A=[ 0 0 0 0 0 0 0 0 0 0; 0 0 0 0 0 0 0 0 0 1; 0 0 0 0 0 0 0 0 0 2; 0 0 0 0 0 0 0 0 1 0; 0 0 0 0 0 0 0 0 1 1; 0 0 0 0 0 0 0 0 1 2; .....; 2 2 2 2 2 2 2 2 2 2]
each row has a "label" saved in a column vector of the same length of A. In total are possible 3 labels.
I would like to visualize somehow which of the 10 parameters has an influence on the 3 classifications.
Exist something similar to gscatter valid for more variables?
thanks!
0 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!