Skip to content

Commit 71c4241

Browse files
committed
add k-Means algorithm
1 parent 1e25e02 commit 71c4241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Bad sorting algorithms (don't use these!):
9696

9797
### Machine learning
9898

99+
- [k-Means](K-Means/). Unsupervised classifier that partitions data into k clusters.
99100
- k-Nearest Neighbors
100101
- Linear Regression
101102
- Logistic Regression

0 commit comments

Comments
 (0)