comparison util/SMALL_init_DL.m @ 8:33850553b702

(none)
author idamnjanovic
date Mon, 22 Mar 2010 10:56:54 +0000
parents
children fc395272d53e
comparison
equal deleted inserted replaced
7:0151f1ea080d 8:33850553b702
1 function DL = SMALL_init_DL(varargin)
2 % Ivan Damnjanovic 2010
3 % Function initialise SMALL structure for Dictionary Learning.
4 % Optional input variables:
5 % toolbox - name of Dictionary Learning toolbox you want to use
6 % name - name of the algorithm from above toolbox
7 % param - parameters you want to set
8 %%
9
10 DL.toolbox=[];
11 DL.name=[];
12 DL.param=[];
13 DL.D=[];
14 DL.time=[];
15 end