Skip to content

Commit bf06fda

Browse files
committed
Documentation and License links are added
1 parent b0b5126 commit bf06fda

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
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+
14
K-Means
25
===
3-
![Testing Image](http://img.shields.io/travis/bugra/kmeans.svg?style=flat)
4-
56
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
78
of the box for convenience and experimentation. It has large coverage for tests.
89
The algorithm is tested on Iris dataset and distance functions have full test coverage.
910

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)
1017

1118
### Distance Functions
1219
It supports various distance functions:

0 commit comments

Comments
 (0)