Skip to content

K-Means algorithm implementation in Go. Muti-threads ver.

License

Notifications You must be signed in to change notification settings

Xiangsong-Guan/kmeans-muti-thread

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-Means

kmeans is BSD licensed fast k-means implementation(with better initialization, known as k-means++) written in Go. It supports various distance functions out of the box for convenience and experimentation. It has large coverage for tests. The algorithm is tested on Iris dataset and distance functions have full test coverage.

License

BSD License

About

K-Means algorithm implementation in Go. Muti-threads ver.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%