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?

Answers (1)

Adam
Adam on 9 Jan 2017
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!

Asked:

on 9 Jan 2017

Answered:

on 9 Jan 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!