/K-Means

An implementation of K-Means algorithm in R

Primary LanguageR

K-Means

An implementation of K-Means algorithm in R

K-means algorithm is a simple clustering method used in machine learning and data mining area. There are many implementations of this algorithm in most of programming languages. R languae also has its own implementation as well. However, to have a strong understanding of the algorithm, I developed it in R.

Feel free to use, change, enhance and redistribute this source code.