필터 지우기
필터 지우기

dendrogram vs cluster function

조회 수: 1 (최근 30일)
Jasmina Burek
Jasmina Burek 2018년 1월 26일
I ran a cutoff hierarchical cluster analysis and produce a dendrogram with optimum cluster number. [~,T]=dendrogram(Z,22); T shows classes attributed to each data point. I ran c = cluster(Z,'maxclust',22); c shows classes attributed to each data point. The cluster results is equal (I mapped them), but the name (assigned number) of the classes is not equal. Because of that I'm not sure if in dendrogram the elements of T are under the right node.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Cluster 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