フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

multivariables data clusterization and visualization

1 回表示 (過去 30 日間)
didi
didi 2018 年 3 月 1 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by