Can we use k-means clustering on this matrix
조회 수: 2 (최근 30일)
이전 댓글 표시
here the rows represent temperatures from -40 to 400 degrees and the 7 columns represent type of thermocouples(B,J,K....)
My question is that can we use clustering algorithms on such type of matrices when all the column contains the same entity at different states.
If not, then what could be the possible methods for identification..plz answer
댓글 수: 0
채택된 답변
Walter Roberson
2013년 11월 11일
kmeans() does not care what the interpretation of the data is. Just feed it the array.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!