changeset 66:a02503d91c8d

(none)
author idamnjanovic
date Wed, 16 Mar 2011 13:58:32 +0000
parents 55faa9b5d1ac
children 8c7f60968a9e
files DL/RLS-DLA/SMALL_rlsdla.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DL/RLS-DLA/SMALL_rlsdla.m	Wed Mar 16 13:41:02 2011 +0000
+++ b/DL/RLS-DLA/SMALL_rlsdla.m	Wed Mar 16 13:58:32 2011 +0000
@@ -118,9 +118,9 @@
 for i = 1:cnt
 
    if (codemode == CODE_SPARSITY)
-        w = ompmex(D,data(:,i),[],[],thresh,1,-1,0);
+        w = ompmex(D,data(:,i),[],thresh,'checkdict','off');
    else
-        w = omp2mex(D,data(:,i),[],[],[],thresh,0,-1,maxatoms,0);
+        w = omp2(D,data(:,i),[],thresh,'maxatoms',maxatoms, 'checkdict','off');
    end
    
    spind=find(w);