comparison util/SMALL_learn.m @ 195:d50f5bdbe14c luisf_dev

- Added SMALL_DL_test: simple DL showcase - Added dico_decorr_symmetric: improved version of INK-SVD decorrelation step - Debugged SMALL_learn, SMALLBoxInit and SMALL_two_step_DL
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Wed, 14 Mar 2012 14:42:52 +0000
parents 759313488e7b
children 83af80baf959
comparison
equal deleted inserted replaced
190:759313488e7b 195:d50f5bdbe14c
16 % modify it under the terms of the GNU General Public License as 16 % modify it under the terms of the GNU General Public License as
17 % published by the Free Software Foundation; either version 2 of the 17 % published by the Free Software Foundation; either version 2 of the
18 % License, or (at your option) any later version. See the file 18 % License, or (at your option) any later version. See the file
19 % COPYING included with this distribution for more information. 19 % COPYING included with this distribution for more information.
20 %% 20 %%
21 global SMALL_path
21 if (DL.profile) 22 if (DL.profile)
22 fprintf('\nStarting Dictionary Learning %s... \n', DL.name); 23 fprintf('\nStarting Dictionary Learning %s... \n', DL.name);
23 end 24 end
24 start=cputime; 25 start=cputime;
25 tStart=tic; 26 tStart=tic;