Skip to content

Commit

Permalink
Update tutorial.md to use edited svg image
Browse files Browse the repository at this point in the history
Change transparent svg to a png with white background so that image is viable in dark view mode
  • Loading branch information
hrukkudyr authored Jul 7, 2023
1 parent 2504ad1 commit 6f4a408
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Many clustering algorithms use distance measures to determine the similarity or

The choice of a distance measure is crucial in clustering. It defines how the similarity of two elements `(x, y)` is calculated as it influences the shape of the clusters. The classical distance measures are [euclidean](https://en.wikipedia.org/wiki/Euclidean_distance) and [manhattan](https://en.wikipedia.org/wiki/Taxicab_geometry) distances. For the most common clustering algorithms, the default distance measure is euclidean. If the euclidean distance is chosen, then observations having high magnitudes of their respective features will be clustered together. The same holds for the observations having low magnitudes of their respective features. In Figure 3, we group the cells using euclidean distance and their distance matrix.

![Distances](images/raceid_distance.svg "Euclidean distance between three points (R, P, V) across three features (G1, G2, G3)")
![Distances](images/raceid_distance.png "Euclidean distance between three points (R, P, V) across three features (G1, G2, G3)")


> <question-title></question-title>
Expand Down

0 comments on commit 6f4a408

Please sign in to comment.