comparison util/SMALL_init_solver.m @ 128:8e660fd14774 ivand_dev

Feature 186
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:55:45 +0100
parents fc395272d53e
children 31d2864dfdd4
comparison
equal deleted inserted replaced
126:db5a7fe1a404 128:8e660fd14774
1 function solver = SMALL_init_solver(varargin) 1 function solver = SMALL_init_solver(varargin)
2 %% Function initialise SMALL structure for sparse representation.
3 % Optional input variables:
4 % toolbox - name of Dictionary Learning toolbox you want to use
5 % name - name of the algorithm from above toolbox
6 % param - parameters you want to set
7
2 % 8 %
3 % Centre for Digital Music, Queen Mary, University of London. 9 % Centre for Digital Music, Queen Mary, University of London.
4 % This file copyright 2010 Ivan Damnjanovic. 10 % This file copyright 2010 Ivan Damnjanovic.
5 % 11 %
6 % This program is free software; you can redistribute it and/or 12 % This program is free software; you can redistribute it and/or
7 % modify it under the terms of the GNU General Public License as 13 % modify it under the terms of the GNU General Public License as
8 % published by the Free Software Foundation; either version 2 of the 14 % published by the Free Software Foundation; either version 2 of the
9 % License, or (at your option) any later version. See the file 15 % License, or (at your option) any later version. See the file
10 % COPYING included with this distribution for more information. 16 % COPYING included with this distribution for more information.
11 % 17 %
12 % Function initialise SMALL structure for Dictionary Learning.
13 % Optional input variables:
14 % toolbox - name of Dictionary Learning toolbox you want to use
15 % name - name of the algorithm from above toolbox
16 % param - parameters you want to set
17 %% 18 %%
18 19
19 solver.toolbox=[]; 20 solver.toolbox=[];
20 solver.name=[]; 21 solver.name=[];
21 solver.param=[]; 22 solver.param=[];