From c031478576e1e1dbc285e2d7815c6f772ab00a01 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 10 Dec 2018 17:19:57 +0000 Subject: Improve NN equation --- report2/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report2/paper.md') diff --git a/report2/paper.md b/report2/paper.md index 0f5c9ae..bd559d7 100755 --- a/report2/paper.md +++ b/report2/paper.md @@ -21,7 +21,7 @@ of its nearest neighbor(s). The distance between images can be calculated throug different distance metrics, however one of the most commonly used is euclidean distance: -$$ NN(x) \operatorname*{argmin}_{i\in[m]} \|x-x_i\|^2 $$ +$$ \textrm{NN}(x) = \operatorname*{argmin}_{i\in[m]} \|x-x_i\|^2 $$ *Square root when calculating euclidean distance is ommited as it does not affect ranking by distance* -- cgit v1.2.3-54-g00ecf