comparison SMALLboxInit.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
1 global SMALL_path; 1 global SMALL_path;
2 SMALL_path=pwd; 2 SMALL_path=[fileparts(mfilename('fullpath')) filesep];
3 3
4 % SMALL_p = genpath(SMALL_path); 4 % SMALL_p = genpath(SMALL_path);
5 % addpath(SMALL_p); 5 % addpath(SMALL_p);