Skip to content

Commit 2ecf7da

Browse files
authored
Merge pull request #174 from ianrahman/patch-1
Minor grammatical fixes
2 parents 5046c1f + 9c5aad7 commit 2ecf7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: K-Means/README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ The selection of initial centroids was fortuitous! We found the lower left clust
4545
4646
#### Bad clustering
4747

48-
The next two examples highlight the unpredictability of k-Means and how it not always finds the best clustering.
48+
The next two examples highlight the unpredictability of k-Means and how it does not always find the best clustering.
4949

5050
![Bad Clustering 1](Images/k_means_bad1.png)
5151

52-
As you can see in this one, the initial centroids were all a little too close to one another, and the blue one didn't quite get to a good place. By adjusting the convergence distance we should be able to get it better.
52+
As you can see in this example, the initial centroids were all a little too close to one another, and the blue one didn't quite get to a good place. By adjusting the convergence distance we should be able to improve the fit of our centroids to the data.
5353

5454
![Bad Clustering 1](Images/k_means_bad2.png)
5555

0 commit comments

Comments
 (0)