k_means.m body
이전 댓글 표시
in introduction to pattern recognition:a matlab approach in chapter 7 clustering there is a function name k_means which is used like this: "[theta bel j]=k_means(X,theta_ini)" and i can not find the source of this anywhere, can anyone help me please?
답변 (1개)
Adam
2017년 1월 9일
I assume it is this file exchange code:
https://uk.mathworks.com/matlabcentral/fileexchange/50426-fuzzy-k-means-clustering/content/k_means.m
but you really could have just done a google search to find that just as I did!
카테고리
도움말 센터 및 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!