We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c147914 commit 8afd1c4Copy full SHA for 8afd1c4
kMeans/README.md
@@ -14,16 +14,16 @@ More on Clustering: https://towardsdatascience.com/the-5-clustering-algorithms-d
14
15
### Predicting Cluster Centers
16
17
-* #### Predicted Cluster Centers after 0th Iteration
+* #### after 0th Iteration
18

19
20
-* #### Predicted Cluster Centers after 4th Iteration
+* #### after 4th Iteration
21

22
23
-* #### Predicted Cluster Centers after 8th Iteration
+* #### after 8th Iteration
24

25
26
-* #### Predicted Cluster Centers after 12th Iteration
+* #### after 12th Iteration
27

28
29
### Final kMeans Clustering Result
0 commit comments