comparison util/SMALL_learn.m @ 198:83af80baf959 luisf_dev

Reverted SMALL_two_step to the original version; adds path in the Init script.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 20 Mar 2012 12:29:47 +0000
parents d50f5bdbe14c
children 751fa3bddd30
comparison
equal deleted inserted replaced
197:d00e97b2f1cb 198:83af80baf959
24 end 24 end
25 start=cputime; 25 start=cputime;
26 tStart=tic; 26 tStart=tic;
27 27
28 % configuration file 28 % configuration file
29 run([SMALL_path 'config/SMALL_learn_config.m']); 29 run(fullfile(SMALL_path, 'config/SMALL_learn_config.m'));
30 30
31 %% 31 %%
32 % Dictionary Learning time 32 % Dictionary Learning time
33 tElapsed=toc(tStart); 33 tElapsed=toc(tStart);
34 DL.time = cputime - start; 34 DL.time = cputime - start;