File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ![ Testing Image] ( http://img.shields.io/travis/bugra/kmeans.svg?style=flat )
2
+ ![ Issues] ( http://img.shields.io/github/issues/bugra/kmeans.svg?style=flat )
3
+
1
4
K-Means
2
5
===
3
- ![ Testing Image] ( http://img.shields.io/travis/bugra/kmeans.svg?style=flat )
4
-
5
6
kmeans is BSD licensed fast k-means implementation(with better initialization,
6
- known as kmeans ++) written in pure Go. It supports various distance functions out
7
+ known as k-means ++) written in Go. It supports various distance functions out
7
8
of the box for convenience and experimentation. It has large coverage for tests.
8
9
The algorithm is tested on Iris dataset and distance functions have full test coverage.
9
10
11
+ ## Documentation
12
+ [ Godoc] ( https://godoc.org/github.com/bugra/kmeans )
13
+
14
+
15
+ ## License
16
+ [ BSD License] ( https://github.com/bugra/kmeans/blob/master/LICENSE )
10
17
11
18
### Distance Functions
12
19
It supports various distance functions:
You can’t perform that action at this time.
0 commit comments