From 8878026c2423902296e269f7a6fe918bcaafcf3e Mon Sep 17 00:00:00 2001 From: nunzip Date: Thu, 13 Dec 2018 16:35:00 +0000 Subject: Complete manual --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d3f863..2aa6aaa 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,10 @@ EXAMPLES for `evaluate.py`: `evaluate.py -A -n 5000` EXAMPLE 10: Run euclidean distance specifying a different data folder location - `evaluate.py --data` + for data int the same folder as evaluate.py: + `evaluate.py --data ./` + or for data in another folder: + `evaluate.py --data ./foo/bar/` EXAMPLES for `opt.py`: -- cgit v1.2.3