Skip to content

Anis81/KMEANS_CLUSTERING_SEGMENTATION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

THIS IS K MEANS CLUSTERING SEGMENTATION CODE k-means algorithm proposed by Duda and Hart: A. Initialise the position of the means m1 → mk. B. Assign each of the k-items to the cluster whose mean is nearest. C. Recalculate the mean for the cluster gaining the new item and the mean for the cluster loosing the same item. Recalculation is made using the variance. D. Loop through steps (A) and (B) until there are no movements of items. YOU CAN USE IMAGE FROM http://www.cse.yorku.ca/~mridataset/ to check it

About

THIS IS K MEANS CLUSTERING SEGMENTATION CODE. YOU CAN USE IMAGE FROM http://www.cse.yorku.ca/~mridataset/ to check it

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages