aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornunzip <np.scarh@gmail.com>2018-12-13 16:35:00 +0000
committernunzip <np.scarh@gmail.com>2018-12-13 16:35:00 +0000
commit8878026c2423902296e269f7a6fe918bcaafcf3e (patch)
treea30ac975ca64c22eefe969739aa4670c2b20c38d
parent628420dbd4183a91cc976bca0102df6d70204333 (diff)
downloadvz215_np1915-8878026c2423902296e269f7a6fe918bcaafcf3e.tar.gz
vz215_np1915-8878026c2423902296e269f7a6fe918bcaafcf3e.tar.bz2
vz215_np1915-8878026c2423902296e269f7a6fe918bcaafcf3e.zip
Complete manual
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
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`: