Skip to content

A from-scratch implementation of the k-means clustering algorithm in R.

Notifications You must be signed in to change notification settings

heckert/my_kmeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My K-Means

A from-scratch implementation of the K-Means algorithm in R. Done as an assignment for a course on data mining. The data used for demonstration contains height and weight measures of a few (fictional) persons.

Result

Color represents th assigned cluster. The small squares represent the cluster centroids.

alt text

About

A from-scratch implementation of the k-means clustering algorithm in R.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages