Info
此问题已关闭。 请重新打开它进行编辑或回答。
multivariables data clusterization and visualization
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!