Mercurial > hg > mirex-meta-analysis
comparison collect_all_mirex_algo_output_data.m @ 2:624231da830b
Removed name from comments. Updated readme extensively. Renamed 2 files without significant changes. Added EP data as a bonus.
author | Jordan Smith <jordan.smith@eecs.qmul.ac.uk> |
---|---|
date | Fri, 20 Sep 2013 17:05:34 +0100 |
parents | 818a4b5f3384 |
children | 92b5a46bc67b |
comparison
equal
deleted
inserted
replaced
1:818a4b5f3384 | 2:624231da830b |
---|---|
28 % SONG(i).FILE = file from which the above information derives | 28 % SONG(i).FILE = file from which the above information derives |
29 % | 29 % |
30 % Dependencies: | 30 % Dependencies: |
31 % - load_annotation.m | 31 % - load_annotation.m |
32 | 32 |
33 | |
34 if nargin<1, | |
35 base_directory = '/Users/jordan/Desktop/MIREX_data'; | |
36 end | |
37 if nargin<2, | 33 if nargin<2, |
38 dsets = {'mrx09','mrx10_1','mrx10_2','sal'}; | 34 dsets = {'mrx09','mrx10_1','mrx10_2','sal'}; |
39 end | 35 end |
40 if nargin<3, | 36 if nargin<3, |
41 algos = {'KSP1','KSP2','KSP3','MHRAF1','OYZS1','SBV1','SMGA1','SMGA2','SP1'}; | 37 algos = {'KSP1','KSP2','KSP3','MHRAF1','OYZS1','SBV1','SMGA1','SMGA2','SP1'}; |