comparison reeval/experiments/run_experiment.m @ 4:a1f6a08f624c tip

Completed version 0.0.2
author Francisco Rodriguez Algarra <f.rodriguezalgarra@qmul.ac.uk>
date Tue, 03 Nov 2015 21:24:41 +0000
parents b1cd83874633
children
comparison
equal deleted inserted replaced
3:06a2a18a3960 4:a1f6a08f624c
6 if nargin < 3 6 if nargin < 3
7 global results_dir 7 global results_dir
8 end 8 end
9 9
10 db = compute_features(experiment); 10 db = compute_features(experiment);
11 11
12 db.results = perform_classification(experiment, db, condition); 12 db.results = perform_classification(experiment, db, condition);
13 13
14 store_results(experiment, db, results_dir); 14 store_results(experiment, db, results_dir);
15 15
16 end 16 end