From 395612fa3780e8addebe63544c9a050a851ee575 Mon Sep 17 00:00:00 2001 From: nunzip Date: Tue, 11 Dec 2018 13:06:07 +0000 Subject: Minor changes --- report2/README.md | 4 +++- report2/paper.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'report2') diff --git a/report2/README.md b/report2/README.md index 0e43ccf..92f592d 100644 --- a/report2/README.md +++ b/report2/README.md @@ -2,7 +2,7 @@ usage: evaluate.py [-h] [-t] [-c] [-k] [-m] [-e] [-r] [-p RERANKA] [-q RERANKB] [-l RERANKL] [-n NEIGHBORS] [-v] [-s SHOWRANK] [-1] [-M MULTRANK] [-C COMPARISON] [--data DATA] [-K KMEAN] - [-P] + [-P] [-2 PCA] optional arguments: -h, --help show this help message and exit @@ -45,4 +45,6 @@ optional arguments: '$size' -ARGUMENT REQUIRED, default=0- -P, --mAP Display Mean Average Precision for ranklist of size -n '$size' + -2 PCA, --PCA PCA Use PCA with -2 '$n_components' -ARGUMENT REQUIRED, + default=0- ``` diff --git a/report2/paper.md b/report2/paper.md index 98915e8..68b803a 100755 --- a/report2/paper.md +++ b/report2/paper.md @@ -81,7 +81,7 @@ This is due to the fact that the feature vectors appear scaled, releative to the significance, for optimal distance classification, and as such normalising loses this scaling by importance which has previously been introduced to the features. -## kMean Clustering +## kMeans Clustering An addition considered for the baseline is *kMeans clustering*. In theory this method allows to reduce computational complexity of the baseline NN by forming clusters and -- cgit v1.2.3-54-g00ecf