MATLAB: K-means algorithm document

clusteringImage Processing ToolboxkmeansStatistics and Machine Learning Toolbox

Hi all,
Could you help me how can I get kmeans function documents(i.e.papers),because I need the steps of the kmeans algorithm and for using these papers as references in my thesis.
Thank you very much

Best Answer

Please look at the documentation.
<http://www.mathworks.com/help/stats/kmeans.html>
Copy/pasting from there:
References
[1] Seber, G. A. F. Multivariate Observations. Hoboken, NJ: John Wiley & Sons, Inc., 1984.
[2] Spath, H. Cluster Dissection and Analysis: Theory, FORTRAN Programs, Examples. Translated by J. Goldschmidt. New York: Halsted Press, 1985.
Related Question