Skip to content

arjundatt/G-means

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

G-means

Implementation of G-means clusetring algorithm.

When using k-means clustering algorithm, determining the right value of 'k' is not easy. The G-means algorithms is effective in determining the correct value of 'k'. It starts with the whole data set and keeps checking for normality using Anderson Darling test. If normaity test fails then further clusters are created until all the individual clusters pass the normality test.

[source: http://papers.nips.cc/paper/2526-learning-the-k-in-k-means.pdf]

About

Code up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages