Use standardized oder unstandadized input matrix X for silhouette plot?

1 回表示 (過去 30 日間)
Nadine Schmidt
Nadine Schmidt 2019 年 9 月 8 日
コメント済み: Nadine Schmidt 2019 年 9 月 14 日
I am clustering my data matrix X with hierarchical clustering by first standardize my matrix with zscore.
Now i want to plot my clusters with silhouette(X,clust). My question now is: Do i use the standardized matrix or the unstandardized matrix as matrix X for the silhouette plot?

採用された回答

Urmila Rajpurohith
Urmila Rajpurohith 2019 年 9 月 11 日
You can provide either standardized or unstandardized matrix as input to the silhouette plot. You can also refer to below documentation for silhouette plot:
You can try the first example provided in the documentation with both standardized and unstandardized matrices and you find that both gives same output.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCluster Analysis and Anomaly Detection についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by