Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcherFMY authored Nov 24, 2018
1 parent c4e3a58 commit b5e3234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ The default folder to save the results is `Dataset.savedir`
### select results to be evaluate

```
set_format = false;
[alg_params, runNum, path, cancel]...
= select_Alg(Dataset.datasetName);
= select_Alg(Dataset.datasetName, set_format);
if cancel == 1
plotMetrics = 'User canceled during selecting new algorithms to evaluate!\n';
return;
Expand Down

0 comments on commit b5e3234

Please sign in to comment.