필터 지우기
필터 지우기

Multi dimensional data classification

조회 수: 1 (최근 30일)
Ashikur
Ashikur 2011년 11월 13일
I have a set of data in matrix form. Where each column is thought to be a single data. Its like for a color dot, each data has three values R,G,B. My data has dimension 10. And number of data is say 1000. I want to group these data set in 4 groups. How do I do that?
Thanks in advance

채택된 답변

David Young
David Young 2011년 11월 13일
It really depends on what criterion you want to use to determine whether two items of data should be in the same group, so there's no definitive answer. However, one thing you could try would be k-means clustering. There's a MATLAB implementation in the Statistics Toolbox: the function kmeans.

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by