I'm trying to learn k-means clustering algorithm using Matlab. The problem is I cannot find any sample data that it will make it easier to understand the algorithm well. However, I find an example on mathworks which speciying the k-means clustering. But unfortunately,I cannot under stand it. I tried to understand this simple data-set which I found on Stack-overflow .
Please, I need a basic example on the k-means clustering, which if I implemented it on any software(i.e. matlab) I will be assure that I applying it correctly.
Finally, All the data-sets on the on the UCI for example are too large and I cannot figure if my implementation is correct or not.
Thanks in Advance.