diff options
author | Vasil Zlatanov <v@skozl.com> | 2018-12-10 17:18:30 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2018-12-10 17:18:30 +0000 |
commit | 70b329dfaf54a09f913d29b8e602999eb56be169 (patch) | |
tree | 4ddbf588591ba7f6c5938a7a30d63deb649faab9 | |
parent | bbb2f0825f62842784c332ef316ffca947b368be (diff) | |
download | vz215_np1915-70b329dfaf54a09f913d29b8e602999eb56be169.tar.gz vz215_np1915-70b329dfaf54a09f913d29b8e602999eb56be169.tar.bz2 vz215_np1915-70b329dfaf54a09f913d29b8e602999eb56be169.zip |
Add comments on Mahal and add sections
-rwxr-xr-x | report2/paper.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/report2/paper.md b/report2/paper.md index 2173cf1..0f5c9ae 100755 --- a/report2/paper.md +++ b/report2/paper.md @@ -49,6 +49,11 @@ To evaluate improvements brought by alternative distance learning metrics a base # Suggested Improvement +## kMean Clustering + + +## k-reciprocal Reranking + \begin{figure} \begin{center} \includegraphics[width=24em]{fig/ranklist.png} @@ -73,6 +78,9 @@ To evaluate improvements brought by alternative distance learning metrics a base \end{center} \end{figure} +# Comment on Mahalnobis Distance as a metric + +We were not able to achieve significant improvements using mahalanobis for original distance ranking compared to square euclidiaen metrics. Results can be observed using the `-m|--mahalanobis` when running evalution with the repository complimenting this paper. # Conclusion |