Can we use k-means clustering on this matrix
1 次查看(过去 30 天)
显示 更早的评论
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/152954/image.jpeg)
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!