diff examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m @ 85:fd1c32cda22c

Comments to small_rlsdla.m, removed unfinished work.
author Ivan <ivan.damnjanovic@eecs.qmul.ac.uk>
date Tue, 05 Apr 2011 17:03:26 +0100
parents 67aae1283973
children f6cc633fd94b dab78a3598b6
line wrap: on
line diff
--- a/examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m	Fri Apr 01 14:27:44 2011 +0100
+++ b/examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m	Tue Apr 05 17:03:26 2011 +0100
@@ -205,7 +205,8 @@
     'initdict', SMALL.Problem.initdict,...
     'dictsize', SMALL.Problem.p,...
     'forgettingMode', 'FIX',...
-    'forgettingFactor', lambda);
+    'forgettingFactor', lambda,...
+    'show_dict', 500);
 
 
 SMALL.DL(3) = SMALL_learn(SMALL.Problem, SMALL.DL(3));