how can I choose representative days from existing data clusters using kmeans built function?
이전 댓글 표시
Hello,
I am using the build in function in MATLAB [idx,C] = kmeans(M,k) to find reprensetative days for a whole year. the representaive days found are not from the existing defined days in my matrix.
My question is that I want the represnative days to be chosen from the real days (the centroid to be choosen from one of the data in the cluster). How can I choose the representative days from the existing data?
Please any help
Thank you very much
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File 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!