Distance and clustering.
1 次查看(过去 30 天)
显示 更早的评论
In k-means clustering code which uses Euclidean distance. I want to replace Euclidean distance by Mahalanobis distance.
0 个评论
回答(1 个)
Image Analyst
2016-8-13
Or just use the mahal() function if you have the Statistics and Machine Learning Toolbox:
Description d = mahal(Y,X) computes the Mahalanobis distance (in squared units) of each observation in Y from the reference sample in matrix X. If Y is n-by-m, where n is the number of observations and m is the dimension of the data, d is n-by-1. X and Y must have the same number of columns, but can have different numbers of rows. X must have more rows than columns.
1 个评论
John D'Errico
2016-8-13
hello_world has been asking the same question repeatedly. This is the 4th question I've seen from them on the exact same topic.
另请参阅
类别
在 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!