Skip to content

Commit 8afd1c4

Browse files
authored
Update README.md
1 parent c147914 commit 8afd1c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: kMeans/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ More on Clustering: https://towardsdatascience.com/the-5-clustering-algorithms-d
1414

1515
### Predicting Cluster Centers
1616

17-
* #### Predicted Cluster Centers after 0th Iteration
17+
* #### after 0th Iteration
1818
![](results/iter0.jpg)
1919

20-
* #### Predicted Cluster Centers after 4th Iteration
20+
* #### after 4th Iteration
2121
![](results/iter4.jpg)
2222

23-
* #### Predicted Cluster Centers after 8th Iteration
23+
* #### after 8th Iteration
2424
![](results/iter8.jpg)
2525

26-
* #### Predicted Cluster Centers after 12th Iteration
26+
* #### after 12th Iteration
2727
![](results/iter12.jpg)
2828

2929
### Final kMeans Clustering Result

0 commit comments

Comments
 (0)