Skip to content

Commit

Permalink
fix definition of Hamming distance
Browse files Browse the repository at this point in the history
(looks like it was an accidental copy & paste of the Jaccard distance)
  • Loading branch information
balpha committed Jun 6, 2023
1 parent 697daf2 commit 68ac690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embeddings.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@ \subsubsection{TF-IDF}
\item Euclidean distance - calculates the straight-line distance between two points
\item Manhattan Distance - Measures the distance between two points by summing the absolute differences of their coordinates
\item Jaccard Distance - Computes the dissimilarity between two sets by dividing the size of their intersection by the size of their union.
\item Hamming Distance - Measures the dissimilarity between two sets by dividing the size of their intersection by the size of their union
\item Hamming Distance - Measures the dissimilarity between two strings by counting the positions in which they differ
\end{itemize}
\end{formal}

Expand Down

0 comments on commit 68ac690

Please sign in to comment.