[mlpack-svn] r12412 - 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 16 16:27:40 EDT 2012


Author: rcurtin
Date: 2012-04-16 16:27:39 -0400 (Mon, 16 Apr 2012)
New Revision: 12412

Modified:
   mlpack/trunk/src/mlpack/methods/sparse_coding/sparse_coding.hpp
Log:
Fix longer-than-80-character line.


Modified: mlpack/trunk/src/mlpack/methods/sparse_coding/sparse_coding.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/sparse_coding/sparse_coding.hpp	2012-04-16 20:25:16 UTC (rev 12411)
+++ mlpack/trunk/src/mlpack/methods/sparse_coding/sparse_coding.hpp	2012-04-16 20:27:39 UTC (rev 12412)
@@ -35,7 +35,8 @@
  * the dictionary D using a Newton method based on the Lagrange dual (see the
  * paper below for details). The sparse coding step involves solving a large
  * number of sparse linear regression problems; this can be done efficiently
- * using LARS, an algorithm that can solve the LASSO or the Elastic Net (papers below).
+ * using LARS, an algorithm that can solve the LASSO or the Elastic Net (papers
+ * below).
  *
  * Here are those papers:
  *




More information about the mlpack-svn mailing list