# HG changeset patch # User Aris Gretsistas # Date 1332354523 0 # Node ID f0552f962930e6d239796fae33136b151a13b794 # Parent b9b4dc87f1aa4f546d8822b1fb21157b5e17d3f4# Parent 46b9937982f6501eeb6f6a425311fca73e12b061 Merge diff -r 46b9937982f6 -r f0552f962930 DL/Majorization Minimization DL/wrapper_mm_DL.m --- a/DL/Majorization Minimization DL/wrapper_mm_DL.m Wed Mar 21 18:13:43 2012 +0000 +++ b/DL/Majorization Minimization DL/wrapper_mm_DL.m Wed Mar 21 18:28:43 2012 +0000 @@ -6,9 +6,9 @@ % In Problem structure field b with the training set needs to be defined. -% In DL fields with name of the Dictionary update method and parameters -% for particular dictionary learning technique need to be present. For -% the orignal version of MM algorithm the update method should be: +% In DL structure field with name of the Dictionary update method needs +% to be present. For the orignal version of MM algorithm the update +% method should be: % - 'mm_cn' - Regularized DL with column norm contraint % - 'mm_fn' - Regularized DL with Frobenius norm contraint % Alternatively, for comparison purposes the following Dictioanry update @@ -17,6 +17,11 @@ % - 'mod_cn' - Method of Optimized Direction % - 'map-cn' - Maximum a Posteriory Dictionary update % - 'ksvd-cn'- KSVD update +% +% DL.param.solver structure is also required. For the original version of +% MM algorithm, DL.param.solver.toolbox should be 'MMbox'. The parameters +% in DL.param.solver.param should be set accordingly. Type help +% wrapper_mm_solver for more details. % % - MM-DL - Yaghoobi, M.; Blumensath, T,; Davies M.; , "Dictionary % Learning for Sparse Approximation with Majorization Method," IEEE