silhouette plot of similarity matrix
조회 수: 4 (최근 30일)
이전 댓글 표시
Hi, I have 1000 matrices of size Nx3 where N is not fixed and varies between matrices. The columns of the matrices are corresponding to x,y, and z coordinate so basically each matrix stores the spatial coordinates of some points in the 3D space. I used dtw() to create a similarity matrix (X) between all matrices so it gives me a similarity matrix of size 1000x1000. Then I use kemansX,10) to cluster the similarity matrix to 10 clusters. Now, I need to evaluate the clustering and want to use silhouette command. My question is that how I can use the silhouette() command here? the Matlab help says that the input to silhouette is a matrix that each row is a point and each column is a coordinate but here I have a similarity matrix which is not a point coordinate matrix anymore.
Thanks,
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Random Number Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!