Mercurial > hg > smallbox
comparison 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 |
comparison
equal
deleted
inserted
replaced
84:67aae1283973 | 85:fd1c32cda22c |
---|---|
203 SMALL.DL(3).param=struct(... | 203 SMALL.DL(3).param=struct(... |
204 'Edata', Edata,... | 204 'Edata', Edata,... |
205 'initdict', SMALL.Problem.initdict,... | 205 'initdict', SMALL.Problem.initdict,... |
206 'dictsize', SMALL.Problem.p,... | 206 'dictsize', SMALL.Problem.p,... |
207 'forgettingMode', 'FIX',... | 207 'forgettingMode', 'FIX',... |
208 'forgettingFactor', lambda); | 208 'forgettingFactor', lambda,... |
209 'show_dict', 500); | |
209 | 210 |
210 | 211 |
211 SMALL.DL(3) = SMALL_learn(SMALL.Problem, SMALL.DL(3)); | 212 SMALL.DL(3) = SMALL_learn(SMALL.Problem, SMALL.DL(3)); |
212 | 213 |
213 % Initialising solver structure | 214 % Initialising solver structure |