Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#44 from mkrasmus/patch-1
Browse files Browse the repository at this point in the history
Update 04 - Clustering.ipynb
  • Loading branch information
GraemeMalcolm authored May 24, 2021
2 parents edad4b2 + bd6233d commit ad06ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04 - Clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"- Complete or Maximal linkage uses the maximum distance between the members of the two clusters.\n",
"\n",
"Several different distance metrics are used to compute linkage functions:\n",
"- Euclidian or l2 distance is the most widely used. This metric is only choice for the Ward linkage method.\n",
"- Euclidian or l2 distance is the most widely used. This is the only metric for the Ward linkage method.\n",
"- Manhattan or l1 distance is robust to outliers and has other interesting properties.\n",
"- Cosine similarity, is the dot product between the location vectors divided by the magnitudes of the vectors. Notice that this metric is a measure of similarity, whereas the other two metrics are measures of difference. Similarity can be quite useful when working with data such as images or text documents.\n",
"\n",
Expand Down

0 comments on commit ad06ef8

Please sign in to comment.