aboutsummaryrefslogtreecommitdiff
path: root/report2/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'report2/README.md')
-rw-r--r--report2/README.md4
1 files changed, 3 insertions, 1 deletions
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-
```