Skip to content

Commit

Permalink
tidying up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
archevel committed Feb 10, 2012
1 parent c058979 commit 715cd28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,9 +8,9 @@ A implementation to solve the coding challenge posted by Sortable. It's made wit
3. type: `sbt run`

There should now be three new files in your dir:
* result_with_threshold_0.0111.txt
* highRecall_with_threshold_0.txt
* highPrecision_with_threshold_0.02.txt
* result_with_threshold_0.0111.txt
* highRecall_with_threshold_0.txt
* highPrecision_with_threshold_0.02.txt

Using `sbt "run 0.015"` or similar you can run the code with an alternate threshold for what
is written to the result file (highRecall and highPrecision files will still get generated)
Expand Down

0 comments on commit 715cd28

Please sign in to comment.