Skip to content

Commit

Permalink
Update gif image
Browse files Browse the repository at this point in the history
  • Loading branch information
nimarafati committed Mar 7, 2024
1 parent cf9041c commit dab94f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Binary file added data/Kmeans_3_DS.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/kmeans_DS.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions slide_clustering.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,10 @@ name: Centroid-based1

- Dependent on number of K (clusters) new centroids are created

<div style="text-align: center;">
<img src="data/kmeans.gif" alt="Alt text for the GIF" style="width: 65%; height: auto;">
</div>
<!-- <div style="text-align: center;"> -->
<!-- <img src="data/kmeans.gif" alt="Alt text for the GIF" style="width: 65%; height: auto;"> -->
<!-- </div> -->
![](data/kmeans_DS.gif)

```{r kmeans-create, echo = F, eval = F, fig.align='center'}
# Load necessary libraries
Expand Down Expand Up @@ -294,10 +295,10 @@ name: Centroid-based2

- Dependent on number of K (clusters) new centroids are created

<div style="text-align: center;">
<img src="data/kmeans_3.gif" alt="Alt text for the GIF" style="width: 65%; height: auto;">
</div>

<!-- <div style="text-align: center;"> -->
<!-- <img src="data/kmeans_3.gif" alt="Alt text for the GIF" style="width: 65%; height: auto;"> -->
<!-- </div> -->
![](data/Kmeans_3_DS.gif)

```{r kmeans-create-k-3, echo = F, eval = F, fig.align='center'}
# # Create a synthetic dataset
Expand Down

0 comments on commit dab94f7

Please sign in to comment.