[mlpack-svn] r17106 - mlpack/trunk/src/mlpack/methods/linear_regression

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Sat Aug 23 17:47:23 EDT 2014


Author: michaelfox99
Date: Sat Aug 23 17:47:23 2014
New Revision: 17106

Log:
typo in comments


Modified:
   mlpack/trunk/src/mlpack/methods/linear_regression/linear_regression.hpp

Modified: mlpack/trunk/src/mlpack/methods/linear_regression/linear_regression.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/linear_regression/linear_regression.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/linear_regression/linear_regression.hpp	Sat Aug 23 17:47:23 2014
@@ -108,7 +108,7 @@
    * regression).
    */
   double lambda;
-  //! Indicates whether last parameter is intercept.
+  //! Indicates whether first parameter is intercept.
   bool intercept;
 };
 



More information about the mlpack-svn mailing list