Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdirocco authored Jan 31, 2019
1 parent ce541da commit f309baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/PAM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Then execute PAM on the given input data as follows:
$ git clone [email protected]:mast-group/api-mining.git <PAM_root>
$ cd <PAM_root>
$ mvn package
$ for f in <FOCUS_root>/dataset/PAM/SH_S/ *; do java -jar api-mining/target/api-mining-1.0.jar -i 10 -s 100 -f $f; done
$ for f in <FOCUS_root>/dataset/PAM/SH_S/ *; do java -jar api-mining/target/api-mining-1.0.jar -i 10 -s 100 -v -f $f -o <RESULT_FILE>; done
```
where <PAM_root> is the directory where you have cloned the repository.
In our case, we set it to ```/home/admin/Desktop/PAM/```.
Expand Down

0 comments on commit f309baf

Please sign in to comment.