Skip to content

Commit 7d81fdc

Browse files
authored
Update README.md
1 parent 13324f1 commit 7d81fdc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: MeanShift/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ The drawback is that the selection of the window size/radius “r” can be non-
99
More on Clustering: https://towardsdatascience.com/the-5-clustering-algorithms-data-scientists-need-to-know-a36d136ef68
1010

1111
### Generated Data
12-
![](MeanShift/results/0*generated_data.jpg)
12+
![](results/0*generated_data.jpg)
1313

1414
### Actual Cluster Centers
15-
![](MeanShift/results/2*cluster_centers.jpg)
15+
![](results/2*cluster_centers.jpg)
1616

1717
### Predicting Cluster Centers
1818

1919
* #### Initialization of Predicted Cluster Centers
20-
![](MeanShift/results/1*progress_0000_initialization_of_cluster_centers.jpg)
20+
![](results/1*progress_0000_initialization_of_cluster_centers.jpg)
2121

2222
* #### Predicted Cluster Centers after 2nd Iteration
23-
![](MeanShift/results/1*progress_0002_cluster_centers.jpg)
23+
![](results/1*progress_0002_cluster_centers.jpg)
2424

2525
* #### Predicted Cluster Centers after 4th Iteration
26-
![](MeanShift/results/1*progress_0004_cluster_centers.jpg)
26+
![](results/1*progress_0004_cluster_centers.jpg)
2727

2828
* #### Predicted Cluster Centers after 6th Iteration
29-
![](MeanShift/results/1*progress_0006_cluster_centers.jpg)
29+
![](results/1*progress_0006_cluster_centers.jpg)
3030

3131
### Final Mean Shift Clustering Result
32-
![](MeanShift/results/3*meanShift_result.jpg)
32+
![](results/3*meanShift_result.jpg)

0 commit comments

Comments
 (0)