Skip to content

Commit 7d370e1

Browse files
committed
Merge branch 'k-means' of github.com:johnsgill3/swift-algorithm-club into k-means
2 parents 5dd6948 + 49687da commit 7d370e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Bad sorting algorithms (don't use these!):
9595

9696
### Machine learning
9797

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

0 commit comments

Comments
 (0)