mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 19:15:25 +02:00
[DMDB] Fix error, add short remark on projections
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
\subsection{Hash Index}
|
||||
To measure the quality of \acrshort{ann} in comparison to \acrshort{knn}, we use $\texttt{recall@k} = |\texttt{ANN\_result} \cap \texttt{KNN\_result}| \div k$.
|
||||
This however is not always a good metric, as two vastly different results, one objectively worse can score equally well.
|
||||
This however is not always a good metric, as for two vastly different results, the objectively worse one can score equally well.
|
||||
|
||||
Alternative methods mentioned are \texttt{RDE@k} and \texttt{TDK@k}, but not elaborated any further.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user