Mercurial > hg > smallbox
comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m @ 86:f6cc633fd94b
cpu/tic-toc time comments
author | Maria Jafari <maria.jafari@eecs.qmul.ac.uk> |
---|---|
date | Mon, 11 Apr 2011 16:44:31 +0100 |
parents | fd1c32cda22c |
children | c54e7f2b39d5 |
comparison
equal
deleted
inserted
replaced
85:fd1c32cda22c | 86:f6cc633fd94b |
---|---|
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 'show_dict', 1000); |
210 | 210 |
211 | 211 |
212 SMALL.DL(3) = SMALL_learn(SMALL.Problem, SMALL.DL(3)); | 212 SMALL.DL(3) = SMALL_learn(SMALL.Problem, SMALL.DL(3)); |
213 | 213 |
214 % Initialising solver structure | 214 % Initialising solver structure |