Skip to content

Commit ebcf1f4

Browse files
committed
Modify main README to add k-Means
1 parent 084b756 commit ebcf1f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,13 @@ Bad sorting algorithms (don't use these!):
9494
- Statistics
9595

9696
### Machine learning
97-
98-
##### Supervised learning
97+
- [k-Means](K-Means/). Unsupervised classifier that partitions data into k clusters.
9998
- k-Nearest Neighbors
10099
- Linear Regression
101100
- Logistic Regression
102101
- Neural Networks
103102
- PageRank
104103

105-
##### Clustering
106-
- [k-Means](K-Means/). Unsupervised classifier that partitions data into k clusters.
107-
108104
## Data structures
109105

110106
The choice of data structure for a particular task depends on a few things.

0 commit comments

Comments
 (0)