Skip to content

K-means clustering assigns a label to each point and helps the program know how to group the labels using a series of calculations.

Notifications You must be signed in to change notification settings

jvincent-dev/K-Means

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-Means

K-means Clustering assigns a label to each point and helps the program know how to group the labels using a series of calculations.

Kmeans_image_data1.txt -> image in binary. Kmeans_image_data2.txt -> image in binary. out1.txt -> each entry is a point in the 2 dimentional matrix. out2.txt -> the step by step iteration of grouping the labels. out3.txt -> each entry after the header (first two lines) are the x coordinate, y coordinate and the label.

Try Me:

About

K-means clustering assigns a label to each point and helps the program know how to group the labels using a series of calculations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages