Skip to content

lingzerol/Adaptive_K_means

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive_K_means

advatage: Compared to normally K-means algorithm, the value of k we set is not very necessary. The new algorithm will automatically find the value of which is close to the real one.

dataset: data02.txt

Adaptive K-means algorithm perfomances:

k==10: Image_text

k==8: Image_text

k==6: Image_text

k==4: Image_text

Normal K-means algorithm performance:

k==10: Image_text

k==8: Image_text

k==6: Image_text

k==4: Image_text

from the abrove performance, we can see that Adaptive K-mean is different from Normal K-means. Adaptive K-means can separate the points to different cluster well no matter what value k takes. And Normal K-means can not separate the points well because it is highly dependent on the k.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published