[mlpack-svn] r12579 - mlpack/trunk/src/mlpack/methods/sparse_coding

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Apr 30 17:22:43 EDT 2012


Author: rcurtin
Date: 2012-04-30 17:22:43 -0400 (Mon, 30 Apr 2012)
New Revision: 12579

Modified:
   mlpack/trunk/src/mlpack/methods/sparse_coding/sparse_coding.cpp
Log:
In fact, remove the line entirely.


Modified: mlpack/trunk/src/mlpack/methods/sparse_coding/sparse_coding.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/sparse_coding/sparse_coding.cpp	2012-04-30 21:22:26 UTC (rev 12578)
+++ mlpack/trunk/src/mlpack/methods/sparse_coding/sparse_coding.cpp	2012-04-30 21:22:43 UTC (rev 12579)
@@ -124,7 +124,6 @@
     bool useCholesky = true;
     LARS lars(useCholesky, matGram, lambda1, lambda2);
 
-    //lars->SetGramMem(matGram.memptr(), matGram.n_rows);
     lars.DoLARS(dictionary, data.unsafe_col(i));
 
     vec beta;




More information about the mlpack-svn mailing list