Skip to content

Commit 68ac690

Browse files
authored
fix definition of Hamming distance
(looks like it was an accidental copy & paste of the Jaccard distance)
1 parent 697daf2 commit 68ac690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embeddings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ \subsubsection{TF-IDF}
13481348
\item Euclidean distance - calculates the straight-line distance between two points
13491349
\item Manhattan Distance - Measures the distance between two points by summing the absolute differences of their coordinates
13501350
\item Jaccard Distance - Computes the dissimilarity between two sets by dividing the size of their intersection by the size of their union.
1351-
\item Hamming Distance - Measures the dissimilarity between two sets by dividing the size of their intersection by the size of their union
1351+
\item Hamming Distance - Measures the dissimilarity between two strings by counting the positions in which they differ
13521352
\end{itemize}
13531353
\end{formal}
13541354

0 commit comments

Comments
 (0)